From beb7e97d27564fc700367db012441ba614de2b3b Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 18 Apr 2024 13:41:28 +0200 Subject: [PATCH] Add office hours redirect --- firebase.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/firebase.json b/firebase.json index 9585f3a9..5d72ae63 100644 --- a/firebase.json +++ b/firebase.json @@ -16,6 +16,11 @@ "destination": "https://discord.gg/FtJjkejKGp", "type": 301 }, + { + "source": "/mockoon-meetup-event/", + "destination": "https://discord.com/events/789493376423952394/1230481297692950588", + "type": 301 + }, { "source": "/enterprise/", "destination": "/pro/",