Update vercel.json

This commit is contained in:
Nikita Karamov 2023-09-02 21:57:51 +02:00
parent 13a1d2bc55
commit 660aa2bbe1
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"framework": null,
"framework": "astro",
"installCommand": "pnpm install",
"buildCommand": "pnpm run build",
"outputDirectory": "public",
"outputDirectory": "dist",
"devCommand": "pnpm run dev"
}