{ "hosting": { "public": "dist", "cleanUrls": true, "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "!{/__/**,/__}", "destination": "/index.html" } ] } }