Use rewrites instead of redirects
This commit is contained in:
parent
fda98c2076
commit
419cdbea51
@ -1,10 +1,9 @@
|
||||
{
|
||||
"hosting": {
|
||||
"public": "public",
|
||||
"redirects": [ {
|
||||
"source": "/",
|
||||
"rewrites": [ {
|
||||
"source": "**",
|
||||
"destination": "/install.sh",
|
||||
"type": 301
|
||||
} ],
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
|
Loading…
Reference in New Issue
Block a user