From b4dbbc845787351821ec64c082cdb5dfe4b725a0 Mon Sep 17 00:00:00 2001 From: Nicolas Ruiz Date: Sat, 24 Feb 2024 22:19:41 -0600 Subject: [PATCH] and again --- firebase.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firebase.json b/firebase.json index f430bff..d29ead1 100644 --- a/firebase.json +++ b/firebase.json @@ -1,10 +1,10 @@ { "hosting": { - "public": "root", + "public": "/", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ] } -} +} \ No newline at end of file