mirror of
https://github.com/lovell/sharp.git
synced 2025-07-08 18:20:13 +02:00
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"hosting": {
|
|
"site": "pixelplumbing-sharp",
|
|
"public": "dist",
|
|
"headers": [
|
|
{
|
|
"source": "**",
|
|
"headers": [
|
|
{ "key": "Cache-Control", "value": "max-age=86400" },
|
|
{ "key": "X-Content-Type-Options", "value": "nosniff" },
|
|
{ "key": "X-Frame-Options", "value": "SAMEORIGIN" }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|