From e509c35a1409e5daa58efb1d99abb4299c24f47f Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 19 Aug 2024 14:28:07 +0200 Subject: [PATCH] Fix redirection --- firebase.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/firebase.json b/firebase.json index a59cb243..83bc42cf 100644 --- a/firebase.json +++ b/firebase.json @@ -42,11 +42,6 @@ "destination": "/cloud/", "type": 301 }, - { - "source": "/cloud/", - "destination": "/pricing/", - "type": 301 - }, { "source": "/course/", "destination": "/training/",