From 47200a212c01b995db14560b93eac750649b0047 Mon Sep 17 00:00:00 2001 From: Mauro Gabriel Date: Mon, 23 Sep 2024 10:07:03 -0300 Subject: [PATCH] fix: Update firebase.json to use index.csr.html as the destination for all rewrites --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 59c7894..4a9c949 100644 --- a/firebase.json +++ b/firebase.json @@ -6,7 +6,7 @@ "rewrites": [ { "source": "**", - "destination": "/index.html" + "destination": "/index.csr.html" } ] }