Update vercel.json
This commit is contained in:
parent
13a1d2bc55
commit
660aa2bbe1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"framework": null,
|
||||
"framework": "astro",
|
||||
"installCommand": "pnpm install",
|
||||
"buildCommand": "pnpm run build",
|
||||
"outputDirectory": "public",
|
||||
"outputDirectory": "dist",
|
||||
"devCommand": "pnpm run dev"
|
||||
}
|
||||
|
|
Reference in a new issue