Skip to content

Commit

Permalink
Docs: fix any remaining redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jan 16, 2020
1 parent 78906e6 commit b4135ac
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions docs/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@
],
"redirects": [
{
"source": "**/install**",
"source": "**/install/**",
"destination": "/install",
"type": 301
},
{
"source": "/page/install",
"destination": "/install",
"type": 301
},
Expand Down Expand Up @@ -71,17 +76,27 @@
"type": 301
},
{
"source": "**/api**",
"source": "/page/api",
"destination": "/api-constructor",
"type": 301
},
{
"source": "**/performance**",
"source": "**/performance/**",
"destination": "/performance",
"type": 301
},
{
"source": "/page/performance",
"destination": "/performance",
"type": 301
},
{
"source": "**/changelog**",
"source": "**/changelog/**",
"destination": "/changelog",
"type": 301
},
{
"source": "/page/changelog",
"destination": "/changelog",
"type": 301
},
Expand Down

0 comments on commit b4135ac

Please sign in to comment.