Skip to content

Commit d00a660

Browse files
committed
chore: add Vercel build configuration
1 parent 999683b commit d00a660

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

vercel.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"buildCommand": "python3 -m pip install --disable-pip-version-check zensical==0.0.57 && zensical build --clean",
4+
"outputDirectory": "site",
5+
"framework": null
6+
}

0 commit comments

Comments
 (0)