Firq
96a9c2593c
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 12s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 11s
/ build-site (push) Successful in 1m11s
/ create-release (push) Successful in 5s
/ auto-deploy-dockge (push) Successful in 24s
/ unlighthouse (push) Successful in 37s
/ deploy-unlighthouse-files (push) Successful in 6s
/ deploy-unlighthouse-site (push) Successful in 5s
38 lines
686 B
JSON
38 lines
686 B
JSON
{
|
|
"cleanUrls": true,
|
|
"directoryListing": false,
|
|
"etag": true,
|
|
"headers": [
|
|
{
|
|
"source" : "**/*.html",
|
|
"headers" : [{
|
|
"key" : "Cache-Control",
|
|
"value" : "no-cache"
|
|
}]
|
|
},
|
|
{
|
|
"source" : "**/*.css",
|
|
"headers" : [{
|
|
"key" : "Cache-Control",
|
|
"value" : "max-age=31536000"
|
|
}]
|
|
},
|
|
{
|
|
"source": "**/*.woff2",
|
|
"headers": [
|
|
{
|
|
"key": "Cache-Control",
|
|
"value": "no-cache"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
|
|
"headers" : [{
|
|
"key" : "Cache-Control",
|
|
"value" : "max-age=31536000"
|
|
}]
|
|
}
|
|
]
|
|
}
|