sharp/docs/firebase.json
2025-04-04 15:30:07 +01:00

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" }
]
}
]
}
}