26 lines
634 B
JSON
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" }
|
|
]
|
|
}
|