fix: move vercel config to root, use pnpm

This commit is contained in:
Lewis Wynne 2026-01-23 04:49:49 +00:00
parent 1a608358d1
commit d34829c320
4 changed files with 7 additions and 8 deletions

4
vercel.json Normal file
View file

@ -0,0 +1,4 @@
{
"buildCommand": "pnpm --filter @ily/blog build --remote",
"outputDirectory": "apps/blog/dist"
}