From 2055e937b9cc47586be6bc6114c4ebe9a37b7394 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Thu, 8 Aug 2024 17:00:47 -0700 Subject: [PATCH] Try more specific source --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 0e55aa9..c02199d 100644 --- a/firebase.json +++ b/firebase.json @@ -2,7 +2,7 @@ "hosting": { "public": "public", "rewrites": [ { - "source": "**", + "source": "/", "destination": "/install.sh" } ], "ignore": [