From 5dc98fcbcf6b576d44d0d3d18b20a2d61b06ee95 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Wed, 1 Apr 2026 21:49:03 +0200 Subject: [PATCH] Fix --- web/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/vercel.json b/web/vercel.json index bd48d97c..ff9ac088 100644 --- a/web/vercel.json +++ b/web/vercel.json @@ -12,9 +12,9 @@ "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/:path*", + "destination": "https://www.compassmeet.com/.well-known/assetlinks.json", "permanent": true } ]