parent
1605f34dcc
commit
0868576a72
2 changed files with 23 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"name": "hymenobacterdotinfo",
|
||||
"root": "./dist",
|
||||
"routes": {
|
||||
"/tests": "tests/index.html",
|
||||
"/tests/**": "tests/index.html",
|
||||
"/**": "index.html"
|
||||
}
|
||||
}
|
23
firebase.json
Normal file
23
firebase.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"firebase": "hymenobacter-test",
|
||||
"public": "./dist",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/tests",
|
||||
"destination": "/tests/index.html"
|
||||
},
|
||||
{
|
||||
"source": "/tests/**",
|
||||
"destination": "/tests/index.html"
|
||||
},
|
||||
{
|
||||
"source": "/**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue