chore: add vercel config
This commit is contained in:
parent
d7b1dd365e
commit
1a608358d1
2 changed files with 6 additions and 0 deletions
5
apps/blog/vercel.json
Normal file
5
apps/blog/vercel.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"buildCommand": "cd apps/blog && npm install && npx astro build --remote",
|
||||
"outputDirectory": "apps/blog/dist",
|
||||
"installCommand": "echo 'skipping root install'"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue