{ "hosting": [ { "target": "stable", "cleanUrls": true, "public": "build", "rewrites": [ { "source": "**", "destination": "/index.html" } ], "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] } ] }