diff --git a/vercel.json b/vercel.json index 34a12a3..3c6e32b 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { "installCommand": "npm install && cd website && npm install", "buildCommand": "cd website && npm run build", - "outputDirectory": "website" + "outputDirectory": "website/dist" } \ No newline at end of file