diff --git a/firebase.json b/firebase.json index bb5ca81d6..47187fcf5 100644 --- a/firebase.json +++ b/firebase.json @@ -9,12 +9,11 @@ "**/.*", "**/node_modules/**" ], - "redirects": [{ - "source": "/", - "destination": "/app", - "type": 301 - }], "rewrites": [{ + "source": "/app", + "destination": "/" + }, + { "source": "/**", "destination": "/app" }], diff --git a/public/app.html b/public/app.html index 841b4df51..71411f77b 100644 --- a/public/app.html +++ b/public/app.html @@ -166,7 +166,7 @@
- +