From fe3eaf9549157e3ef8d6bc2a6f95c984a60a7d8b Mon Sep 17 00:00:00 2001 From: PoojaB26 Date: Mon, 21 Jul 2025 15:04:27 +0530 Subject: [PATCH] Add 301 redirects for cors docs --- docs/troubleshooting/firebase/_category_.json | 2 +- firebase.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting/firebase/_category_.json b/docs/troubleshooting/firebase/_category_.json index eb08677c..4a0d3676 100644 --- a/docs/troubleshooting/firebase/_category_.json +++ b/docs/troubleshooting/firebase/_category_.json @@ -1,3 +1,3 @@ { - "label": "Firebase Troubleshooting" + "label": "Firebase" } \ No newline at end of file diff --git a/firebase.json b/firebase.json index 0675e103..43f0190d 100644 --- a/firebase.json +++ b/firebase.json @@ -2412,6 +2412,11 @@ "source": "/resources/functions/utility/#code-expressions", "destination": "/resources/functions/utility/#inline-function", "type": 301 + }, + { + "source": "/configuring-cors-for-firebase-storage", + "destination": "/troubleshooting/firebase/configuring-cors-for-firebase-storage", + "type": 301 } ] }