chill_hugoplate/vercel.json

12 lines
157 B
JSON
Raw Permalink Normal View History

2023-05-25 10:41:54 +00:00
{
"builds": [
{
"src": "vercel-build.sh",
"use": "@vercel/static-build",
"config": {
"distDir": "public"
}
}
]
}