mirror of
https://github.com/zeon-studio/hugoplate.git
synced 2026-09-10 07:06:19 -04:00
12 lines
157 B
JSON
Executable file
12 lines
157 B
JSON
Executable file
{
|
|
"builds": [
|
|
{
|
|
"src": "vercel-build.sh",
|
|
"use": "@vercel/static-build",
|
|
"config": {
|
|
"distDir": "public"
|
|
}
|
|
}
|
|
]
|
|
}
|