From 363337bc3ef5fd97c99674decc33d409a36bdaa7 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 08:08:43 +0000 Subject: [PATCH] Prettier format pending files --- vercel.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index 4906a95c..51c4b7ad 100644 --- a/vercel.json +++ b/vercel.json @@ -2,9 +2,7 @@ "version": 2, "buildCommand": "npm ci && npm run build", "outputDirectory": "dist/spa", - "rewrites": [ - { "source": "/(.*)", "destination": "/index.html" } - ], + "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }], "headers": [ { "source": "/assets/(.*)",