Skip to content

Commit cc06730

Browse files
fix(aio): add missing forward slash to redirect
1 parent 58e6c97 commit cc06730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aio/firebase.json

+2-1
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"},
@@ -92,6 +92,7 @@
9292
{"type": 301, "source": "/docs/*/latest/guide/", "destination": "/guide"},
9393
{"type": 301, "source": "/docs/*/latest/guide/lifecycle-hooks", "destination": "/guide/lifecycle-hooks"},
9494
{"type": 301, "source": "/docs/*/latest/:any*", "destination": "/:any*"},
95+
{"type": 301, "source": "/docs/latest/:any*", "destination": "/:any*"},
9596
{"type": 301, "source": "/docs/styleguide*", "destination": "/guide/styleguide"},
9697
{"type": 301, "source": "/guide/metadata", "destination": "/guide/aot-compiler"},
9798
{"type": 301, "source": "/guide/ngmodule", "destination": "/guide/ngmodules"},

0 commit comments

Comments
 (0)