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": {
"public": "public",
"redirects": [ {
"source": "/",
"rewrites": [ {
"source": "**",
"destination": "/install.sh",
"type": 301
} ],
"ignore": [
"firebase.json",