Skip to content

Commit 9a420d2

Browse files
authored
Add 301 redirects for cors docs (#431)
1 parent 1930687 commit 9a420d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"label": "Firebase Troubleshooting"
2+
"label": "Firebase"
33
}

firebase.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,6 +2412,11 @@
24122412
"source": "/resources/functions/utility/#code-expressions",
24132413
"destination": "/resources/functions/utility/#inline-function",
24142414
"type": 301
2415+
},
2416+
{
2417+
"source": "/configuring-cors-for-firebase-storage",
2418+
"destination": "/troubleshooting/firebase/configuring-cors-for-firebase-storage",
2419+
"type": 301
24152420
}
24162421
]
24172422
}

0 commit comments

Comments
 (0)