Configure redirect for firebase hosting

This commit is contained in:
Henry de Valence 2020-01-16 15:29:08 -08:00 committed by Deirdre Connolly
parent 9c781581a0
commit 9115493ac2
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@
"source": "**", "source": "**",
"destination": "/index.html" "destination": "/index.html"
} }
],
"redirects": [
{
"source": "/",
"destination": "/zebrad",
"type": 301
}
] ]
} }
} }