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": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}