From 419cdbea51f97af0d03a3e66c0f0d557050d57ac Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Thu, 8 Aug 2024 16:54:42 -0700 Subject: [PATCH] Use rewrites instead of redirects --- firebase.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/firebase.json b/firebase.json index c79d442..9afb94c 100644 --- a/firebase.json +++ b/firebase.json @@ -1,10 +1,9 @@ { "hosting": { "public": "public", - "redirects": [ { - "source": "/", + "rewrites": [ { + "source": "**", "destination": "/install.sh", - "type": 301 } ], "ignore": [ "firebase.json",