From 243692c0b3df96090c97cdb9f1f574e4f7f469b4 Mon Sep 17 00:00:00 2001 From: pTinosq Date: Mon, 21 Jul 2025 10:08:22 +0100 Subject: [PATCH] Update firebase.json config --- firebase.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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