From 9fe4d705bcc9a0faf6a71562f5c781cc5c38060a Mon Sep 17 00:00:00 2001 From: CondeP Date: Sun, 6 Nov 2022 17:21:14 +0000 Subject: [PATCH] fixed redirect --- firebase.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index dfebb86..b931128 100644 --- a/firebase.json +++ b/firebase.json @@ -14,6 +14,13 @@ "source": "**", "destination": "/index.html" } + ], + "redirects": [ + { + "source": "/", + "destination": "/poll", + "type": 302 + } ] } -} +} \ No newline at end of file