diff --git a/vercel.json b/vercel.json index d4e9310..ec3c350 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { - "framework": null, + "framework": "astro", "installCommand": "pnpm install", "buildCommand": "pnpm run build", - "outputDirectory": "public", + "outputDirectory": "dist", "devCommand": "pnpm run dev" }