website/apps/blog/vercel.json
2026-01-23 04:49:02 +00:00

5 lines
171 B
JSON

{
"buildCommand": "cd apps/blog && npm install && npx astro build --remote",
"outputDirectory": "apps/blog/dist",
"installCommand": "echo 'skipping root install'"
}