update merge
This commit is contained in:
commit
6810c209d8
2 changed files with 23 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"name": "clostridiumdotinfo",
|
|
||||||
"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": "clostridium-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