Files
rohitg00--ai-engineering-fr…/vercel.json
T
2026-07-13 12:09:03 +08:00

40 lines
1.2 KiB
JSON

{
"buildCommand": "node site/build.js",
"outputDirectory": "site",
"framework": null,
"installCommand": "echo skip",
"rewrites": [
{ "source": "/glossary", "destination": "/glossary.html" },
{ "source": "/catalog", "destination": "/catalog.html" },
{ "source": "/path", "destination": "/prereqs.html" },
{ "source": "/roadmap", "destination": "/prereqs.html" },
{ "source": "/about", "destination": "/about.html" }
],
"headers": [
{
"source": "/(.*)\\.(css|js|png|jpg|jpeg|svg|webp|woff2|woff|ttf|ico)",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=86400, s-maxage=604800, stale-while-revalidate=2592000" }
]
},
{
"source": "/(.*)\\.html",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=300, s-maxage=86400, stale-while-revalidate=604800" }
]
},
{
"source": "/",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=300, s-maxage=86400, stale-while-revalidate=604800" }
]
},
{
"source": "/(glossary|catalog|path|roadmap)",
"headers": [
{ "key": "Cache-Control", "value": "public, max-age=300, s-maxage=86400, stale-while-revalidate=604800" }
]
}
]
}