File size: 395 Bytes
43a42ae
 
 
 
 
 
 
 
21856bb
43a42ae
 
 
 
bdf1987
 
 
 
43a42ae
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "hosting": {
    "public": ".",
    "ignore": [
      "firebase.json",
      "**/.*",
      "**/node_modules/**",
      "backend/**",
      "venv/**",
      "*.ipynb",
      "__pycache__/**"
    ],
    "rewrites": [
      {
        "source": "/testing",
        "destination": "/testing.html"
      },
      {
        "source": "**",
        "destination": "/index.html"
      }
    ]
  }
}