{ "hosting": { "public": "build", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "redirects": [ { "source": "/sitemap", "destination": "/sitemap.xml", "type": 301 }, { "source": "/sitemap/**", "destination": "/sitemap.xml", "type": 302 } ], "rewrites": [ { "source": "/sitemap.xml", "destination": "/sitemap.xml" }, { "source": "**", "destination": "/index.html" } ] } }