Use rewrites instead of redirects

This commit is contained in:
Collin Jackson 2024-08-08 16:54:42 -07:00
parent fda98c2076
commit 419cdbea51

View File

@ -1,10 +1,9 @@
{ {
"hosting": { "hosting": {
"public": "public", "public": "public",
"redirects": [ { "rewrites": [ {
"source": "/", "source": "**",
"destination": "/install.sh", "destination": "/install.sh",
"type": 301
} ], } ],
"ignore": [ "ignore": [
"firebase.json", "firebase.json",