build: update vercel commands

This commit is contained in:
thehrz 2024-12-28 17:30:16 +08:00
parent e5ccadd941
commit b478db6de5
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -1,3 +1,6 @@
{ {
"cleanUrls": true "cleanUrls": true,
"installCommand": "pnpm install",
"buildCommand": "vitepress build",
"outputDirectory": ".vitepress/dist"
} }