Firq
e4252aa6dc
Some checks failed
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 37s
/ run-unlighthouse (push) Has been skipped
/ checking (push) Successful in 40s
/ build-site (push) Failing after 46s
/ create-release (push) Has been skipped
/ auto-deploy-dockge (push) Has been skipped
/ check-tag (push) Successful in 2s
38 lines
695 B
JSON
38 lines
695 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" : "max-age=31536000"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"source" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
|
|
"headers" : [{
|
|
"key" : "Cache-Control",
|
|
"value" : "max-age=31536000"
|
|
}]
|
|
}
|
|
]
|
|
}
|