{
"hosting": {
"public": "_site",
"cleanUrls": true,
"trailingSlash": false,
"headers": [
{
"source": "**/*.@(avif|jpg|jpeg|gif|png|md|txt|json|webp|webm|svg|css|js)",
"headers": [
{ "key": "Cache-Control", "value": "max-age=28800" },
{ "key": "Access-Control-Allow-Origin", "value": "*" }
]
},
{
"source": "/assets/img/*.@(jpg|jpeg|png|webp|avif)",
"headers": [
{ "key": "Cache-Control", "value": "max-age=604800" },
{ "key": "Access-Control-Allow-Origin", "value": "*" }
]
},
{
"source": "**",
"headers": [
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin"},
{ "key": "X-Content-Type-Options", "value": "nosniff"},
{ "key": "X-XSS-Protection", "value": "1;mode=block"}
]
}
],
"redirects": [
{ "regex": "(?P