diff --git a/vercel.json b/vercel.json index a353856..e076ada 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,5 @@ { "buildCommand": "pnpm run-s build:core build:site", - "framework": "vite", "installCommand": "pnpm install --frozen-lockfile", "outputDirectory": "apps/site/dist" }