fix: add vercel.json to serve website/ directory

Website files moved to website/ subdirectory, Vercel needs
outputDirectory config to find them.
This commit is contained in:
dongsheng123132
2026-03-12 11:21:32 +08:00
parent d7bd77d59a
commit 33a7a4e950

3
vercel.json Normal file
View File

@@ -0,0 +1,3 @@
{
"outputDirectory": "website"
}