From da5e16525ca792391ea8d0203c2f71f64cb95e57 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 14 May 2020 20:22:25 +0100 Subject: [PATCH] changed redirects once again removed functions --- firebase.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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" - ] } }