{ "hosting": { "public": "dist", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "rewrites": [ { "source": "/privacy-policy", "destination": "/privacy-policy.html" }, { "source": "**", "destination": "/index.html" } ], "cleanUrls": true, "trailingSlash": false } }