From 7d0585fad16fc4878dc0a3b9f58931ebb107d174 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 4 Apr 2025 15:30:07 +0100 Subject: [PATCH] Docs: remove outdated redirects/rewrites --- docs/firebase.json | 93 ---------------------------------------------- 1 file changed, 93 deletions(-) diff --git a/docs/firebase.json b/docs/firebase.json index 8587fcb3..f00270ac 100644 --- a/docs/firebase.json +++ b/docs/firebase.json @@ -11,99 +11,6 @@ { "key": "X-Frame-Options", "value": "SAMEORIGIN" } ] } - ], - "redirects": [ - { - "source": "**/install/**", - "destination": "/install", - "type": 301 - }, - { - "source": "/page/install", - "destination": "/install", - "type": 301 - }, - { - "source": "**/api-constructor/**", - "destination": "/api-constructor", - "type": 301 - }, - { - "source": "**/api-input/**", - "destination": "/api-input", - "type": 301 - }, - { - "source": "**/api-output/**", - "destination": "/api-output", - "type": 301 - }, - { - "source": "**/api-resize/**", - "destination": "/api-resize", - "type": 301 - }, - { - "source": "**/api-compsite/**", - "destination": "/api-compsite", - "type": 301 - }, - { - "source": "**/api-operation/**", - "destination": "/api-operation", - "type": 301 - }, - { - "source": "**/api-colour/**", - "destination": "/api-colour", - "type": 301 - }, - { - "source": "**/api-channel/**", - "destination": "/api-channel", - "type": 301 - }, - { - "source": "**/api-utility/**", - "destination": "/api-utility", - "type": 301 - }, - { - "source": "/page/api", - "destination": "/api-constructor", - "type": 301 - }, - { - "source": "**/performance/**", - "destination": "/performance", - "type": 301 - }, - { - "source": "/page/performance", - "destination": "/performance", - "type": 301 - }, - { - "source": "**/changelog/**", - "destination": "/changelog", - "type": 301 - }, - { - "source": "/page/changelog", - "destination": "/changelog", - "type": 301 - }, - { - "source": "/en/**", - "destination": "/", - "type": 301 - } - ], - "rewrites": [ - { - "source": "**", - "destination": "/index.html" - } ] } }