From e8ef0b7731cb27bd3c14a01f0b6fcf9467ece91a Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 11 Jun 2020 23:35:44 +0100 Subject: [PATCH] added missing redirect type --- firebase.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 0ff82150f..64d0fa9b9 100644 --- a/firebase.json +++ b/firebase.json @@ -9,7 +9,8 @@ "redirects": [ { "source": "/soon", - "destination": "/" + "destination": "/", + "type": 301 } ], "rewrites": [