From f70c9e33eea8aa58ba94ec7677772719d1380fe8 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 19:36:07 +0000 Subject: [PATCH] Fix vercel.json schema validation --- vercel.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/vercel.json b/vercel.json index 545fcd0b..be8a7bbc 100644 --- a/vercel.json +++ b/vercel.json @@ -1,19 +1,11 @@ { "rewrites": [ { - "source": "/api/(.*)", - "destination": "/api/$1" - }, - { - "source": "/(.*\\.(?:js|css|jpg|jpeg|png|gif|svg|ico|woff|woff2|ttf|eot|webp|json|xml))$", - "continue": true - }, - { - "source": "/[^.]+", + "source": "/", "destination": "/api/ssrOG" }, { - "source": "/", + "source": "/:path((?!.*\\.).*)", "destination": "/api/ssrOG" } ],