docs: add vercel.json to fix Vercel deployment

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
Estrella Pan
2026-01-24 09:07:55 +01:00
parent 99bae4c104
commit 685dd7c5cb

6
docs/vercel.json Normal file
View File

@@ -0,0 +1,6 @@
{
"buildCommand": "pnpm docs:build",
"outputDirectory": ".vitepress/dist",
"installCommand": "pnpm install",
"framework": "vitepress"
}