chore: add vercel config
This commit is contained in:
parent
d7b1dd365e
commit
1a608358d1
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ dist
|
||||||
.astro
|
.astro
|
||||||
.vercel
|
.vercel
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
apps/blog/.env
|
||||||
|
|
|
||||||
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