Skip to content

Commit c6ecb63

Browse files
committed
Revert "fix(aio): add missing leading slash on firebase redirect (angular#21761)"
This reverts commit 12f801e.
1 parent 5f681f9 commit c6ecb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//////////////////////////////////////////////////////////////////////////////////////////////
1414

1515
// A random bad indexed page that used `api/api`
16-
{"type": 301, "source": "/api/api/:rest*", "destination": "/api/:rest"},
16+
{"type": 301, "source": "/api/api/:rest*", "destination": "api/:rest"},
1717

1818
// Guide renames
1919
{"type": 301, "source": "/docs/*/latest/cli-quickstart.html", "destination": "/guide/quickstart"},

0 commit comments

Comments
 (0)