AMPERION_Webpage/themes/airspace-hugo/vercel.json

12 lines
157 B
JSON
Raw Permalink Normal View History

2025-06-07 23:02:15 +02:00
{
"builds": [
{
"src": "vercel-build.sh",
"use": "@vercel/static-build",
"config": {
"distDir": "public"
}
}
]
}