Firq
2b2ca46214
All checks were successful
/ checking (push) Successful in 18s
/ build-site (push) Successful in 2m3s
/ publish (push) Successful in 13s
/ unlighthouse (push) Successful in 33s
/ deploy-unlighthouse-files (push) Successful in 9s
/ deploy-unlighthouse-site (push) Successful in 7s
29 lines
532 B
JSON
29 lines
532 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" : "**/*.@(jpg|jpeg|gif|png|webp|svg)",
|
|
"headers" : [{
|
|
"key" : "Cache-Control",
|
|
"value" : "max-age=31536000"
|
|
}]
|
|
}
|
|
]
|
|
}
|