Files
docmd-io--docmd/packages/_playground/vercel.json
T
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

26 lines
634 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "docmd build",
"outputDirectory": "site",
"installCommand": "npm install && npm install -g @docmd/core@0.8.3",
"framework": null,
"headers": [
{
"source": "/assets/(.*)",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=15552000, immutable" }
]
},
{
"source": "/(.*).html",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=0, must-revalidate" }
]
}
],
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.*)", "dest": "/index.html" }
]
}