From 54117fc2c103f77ae7e083d2c9f348e6adae9fc3 Mon Sep 17 00:00:00 2001 From: Juan Cisneros Date: Mon, 27 May 2024 13:49:24 -0500 Subject: [PATCH] www --- firebase.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firebase.json b/firebase.json index bd08b1c..45041e0 100644 --- a/firebase.json +++ b/firebase.json @@ -5,6 +5,12 @@ "firebase.json", "**/.*", "**/node_modules/**" + ], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } ] } }