diff --git a/firebase.json b/firebase.json index 340ed5b..7387be4 100644 --- a/firebase.json +++ b/firebase.json @@ -7,10 +7,22 @@ "**/node_modules/**" ], "rewrites": [ + { + "source": "/sitemap.xml", + "destination": "/sitemap.xml" + }, + { + "source": "/robots.txt", + "destination": "/robots.txt" + }, + { + "source": "/favicon.ico", + "destination": "/favicon.ico" + }, { "source": "**", "destination": "/index.html" } ] } -} +} \ No newline at end of file