diff --git a/firebase.json b/firebase.json index 4bb1cbc..cfbc74c 100644 --- a/firebase.json +++ b/firebase.json @@ -1,13 +1,11 @@ { "hosting": { - "public": ".", + "public": "build", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], - "cleanUrls": true, - "appAssociation": "AUTO", "rewrites": [ { - "source": "/**", - "dynamicLinks": true + "source": "**", + "destination": "/index.html" } ] }