From b4135ac9b3329a90edb55c45a255c6f0cd249923 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 16 Jan 2020 20:57:02 +0000 Subject: [PATCH] Docs: fix any remaining redirects --- docs/firebase.json | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/firebase.json b/docs/firebase.json index 685be62b..9eda6800 100644 --- a/docs/firebase.json +++ b/docs/firebase.json @@ -21,7 +21,12 @@ ], "redirects": [ { - "source": "**/install**", + "source": "**/install/**", + "destination": "/install", + "type": 301 + }, + { + "source": "/page/install", "destination": "/install", "type": 301 }, @@ -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": "**/changelog**", + "source": "/page/performance", + "destination": "/performance", + "type": 301 + }, + { + "source": "**/changelog/**", + "destination": "/changelog", + "type": 301 + }, + { + "source": "/page/changelog", "destination": "/changelog", "type": 301 },