From ee832b615cb6ea1ef8d0dcb3e04b8c0deaeb0140 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Wed, 2 Oct 2024 16:38:59 -0500 Subject: [PATCH] Add stable redirect to debug extension --- firebase.json | 1 + 1 file changed, 1 insertion(+) diff --git a/firebase.json b/firebase.json index a75525614..65e9b3eae 100644 --- a/firebase.json +++ b/firebase.json @@ -285,6 +285,7 @@ { "source": "/support{,/**}", "destination": "/community", "type": 301 }, { "source": "/to/main-function", "destination": "/language/functions#main", "type": 301 }, + { "source": "/to/web-debug-extension", "destination": "https://chromewebstore.google.com/detail/dart-debug-extension/eljbmlghnomdjgdjmbdekegdkbabckhm", "type": 301 }, { "source": "/tools/**/download{,.html,/**}", "destination": "/get-dart", "type": 301 }, { "source": "/tools/**/private-files", "destination": "/guides/libraries/private-files", "type": 301 },