diff --git a/vercel.json b/vercel.json index 892ffe9c..d4c8f248 100644 --- a/vercel.json +++ b/vercel.json @@ -3,5 +3,6 @@ "buildCommand": "pnpm --filter @readied/web build", "outputDirectory": "apps/web/out", "installCommand": "pnpm install", - "framework": null + "framework": null, + "cleanUrls": true }