diff --git a/firebase.json b/firebase.json index f5cfe6f..8417ce0 100644 --- a/firebase.json +++ b/firebase.json @@ -6,10 +6,16 @@ "**/.*", "**/node_modules/**" ], - "rewrites": [ + "redirects": [ + { + "source": "/:path*", + "destination": "https://whatstherush.earth/:path", + "type": 302 + }, { "source": "**", - "destination": "/index.html" + "destination": "https://whatstherush.earth/", + "type": 302 } ], "headers": [