diff --git a/firebase.json b/firebase.json index 5798f5a..34d379b 100644 --- a/firebase.json +++ b/firebase.json @@ -5,10 +5,12 @@ }, "hosting": { "public": "build", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } ] }, "emulators": {