From 05bd25c9ab3fe16b00c91462f95808fc357aa1fc Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 1 Apr 2026 21:53:19 +0200 Subject: [PATCH] Fix --- web/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/vercel.json b/web/vercel.json index ff9ac088..f482b451 100644 --- a/web/vercel.json +++ b/web/vercel.json @@ -12,7 +12,7 @@ "ignoreCommand": "git fetch --unshallow 2>/dev/null && echo $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA && git diff $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA --quiet -- ./ ../common/", "redirects": [ { - "source": "/.well-known/assetlinks.json", + "source": "/((?!\\.well-known/assetlinks\\.json).*)", "has": [{"type": "host", "value": "compassmeet.com"}], "destination": "https://www.compassmeet.com/.well-known/assetlinks.json", "permanent": true