From af4c8afb5b4b75c7cd88816f0a39c360323f7147 Mon Sep 17 00:00:00 2001 From: ajaysi Date: Thu, 9 Oct 2025 13:21:07 +0530 Subject: [PATCH] ALwrity + Wix + Wordpress + GSC integration --- frontend/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/vercel.json b/frontend/vercel.json index 566c9691..cb768957 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -2,7 +2,7 @@ "version": 2, "builds": [ { - "src": "frontend/package.json", + "src": "package.json", "use": "@vercel/static-build", "config": { "distDir": "build" @@ -12,7 +12,7 @@ "routes": [ { "src": "/(.*)", - "dest": "/frontend/$1" + "dest": "/$1" } ], "env": {