Handle 404
This commit is contained in:
parent
c5f3d551c7
commit
060415cfd9
1 changed files with 6 additions and 4 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"public": "dist",
|
"public": "dist",
|
||||||
"ignore": [
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||||
"firebase.json",
|
"rewrites": [
|
||||||
"**/.*",
|
{
|
||||||
"**/node_modules/**"
|
"source": "**",
|
||||||
|
"destination": "/index.html"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue