mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 04:47:27 +04:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
14 lines
367 B
JSON
14 lines
367 B
JSON
{
|
|
"trailingSlash": false,
|
|
"headers": [
|
|
{
|
|
"source": "/_astro/(.*)",
|
|
"headers": [{ "key": "Cache-Control", "value": "public, max-age=31536000, immutable" }]
|
|
},
|
|
{
|
|
"source": "/(dist|preview|img|static|css|js)/(.*)",
|
|
"headers": [{ "key": "Cache-Control", "value": "public, max-age=3600, stale-while-revalidate=86400" }]
|
|
}
|
|
]
|
|
}
|