diff --git a/firebase.json b/firebase.json index 1c4f0aa..742de1b 100644 --- a/firebase.json +++ b/firebase.json @@ -17,10 +17,11 @@ ] } ], - "rewrites": [ + "redirects": [ { "source": "**", - "destination": "/index.html" + "destination": "https://hackweek.sentry.new", + "type": 302 } ] },