diff --git a/firebase.json b/firebase.json index 0d3734a..4bb1cbc 100644 --- a/firebase.json +++ b/firebase.json @@ -1,6 +1,14 @@ { "hosting": { "public": ".", - "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], + "cleanUrls": true, + "appAssociation": "AUTO", + "rewrites": [ + { + "source": "/**", + "dynamicLinks": true + } + ] } }