Use rewrites instead of redirects
This commit is contained in:
parent
fda98c2076
commit
419cdbea51
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user