diff --git a/firebase.json b/firebase.json index d63f0eff..d69ad9a1 100644 --- a/firebase.json +++ b/firebase.json @@ -11,6 +11,13 @@ "source": "**", "destination": "/index.html" } + ], + "redirects": [ + { + "source": "/", + "destination": "/zebrad", + "type": 301 + } ] } }