mirror of https://github.com/buster-so/buster.git
69 lines
1.3 KiB
JSON
69 lines
1.3 KiB
JSON
{
|
|
"buildCommand": "pnpm build:vercel",
|
|
"outputDirectory": ".output/public",
|
|
"headers": [
|
|
{
|
|
"source": "/assets/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "public, max-age=5184000, immutable"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/_build/(.*)",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "public, max-age=5184000, immutable"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/(.*).js",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "public, max-age=5184000, immutable"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/(.*).css",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "public, max-age=5184000, immutable"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/index.html",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "no-cache, no-store, must-revalidate"
|
|
},
|
|
{
|
|
"key": "Pragma",
|
|
"value": "no-cache"
|
|
},
|
|
{
|
|
"key": "Expires",
|
|
"value": "0"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source": "/",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "s-maxage=1, stale-while-revalidate"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|