diff --git a/web/vercel.json b/web/vercel.json index 9044e769..bd48d97c 100644 --- a/web/vercel.json +++ b/web/vercel.json @@ -10,15 +10,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/", - "rewrites": [ - { - "source": "/.well-known/assetlinks.json", - "destination": "/.well-known/assetlinks.json" - } - ], "redirects": [ { - "source": "/((?!.well-known/assetlinks.json).*)", + "source": "/((?!\\.well-known/assetlinks\\.json).*)", "has": [{"type": "host", "value": "compassmeet.com"}], "destination": "https://www.compassmeet.com/:path*", "permanent": true