Handle 404

This commit is contained in:
schmelczerandras 2020-09-21 18:00:24 +02:00
parent c5f3d551c7
commit 060415cfd9

View file

@ -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"
}
] ]
} }
} }