diff --git a/firebase.json b/firebase.json index e782939..340ed5b 100644 --- a/firebase.json +++ b/firebase.json @@ -1,10 +1,16 @@ { "hosting": { - "public": "public", + "public": "build", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" + ], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } ] } }