diff --git a/firebase.json b/firebase.json index 347c66fd2..85ce5829f 100644 --- a/firebase.json +++ b/firebase.json @@ -9,19 +9,19 @@ "**/.*", "**/node_modules/**" ], - "redirects": [], + "redirects": [ + { + "source": "/soon", + "destination": "/" + } + ], "rewrites": [ - { + { "source": "**", - "destination": "/soon.html" + "destination": "/index.html" } ], "cleanUrls": true, "trailingSlash": false - }, - "functions": { - "predeploy": [ - "npm --prefix \"$RESOURCE_DIR\" run lint" - ] } }