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/(.*)",