From 8269561cd9182a7d6f5edb3bcaddb8f289b84a2e Mon Sep 17 00:00:00 2001 From: John Ryan Date: Thu, 2 Nov 2023 10:35:07 -0700 Subject: [PATCH] Remove index.html from redirect URL (#2703) --- pkgs/dart_pad/firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/dart_pad/firebase.json b/pkgs/dart_pad/firebase.json index 042ce9ddb..3846a463e 100644 --- a/pkgs/dart_pad/firebase.json +++ b/pkgs/dart_pad/firebase.json @@ -10,7 +10,7 @@ "redirects": [ { "regex": "/([a-zA-Z0-9]+)", - "destination": "/index.html?id=:1", + "destination": "/?id=:1", "type": 301 } ],