ec1627cf86
Content is not defined Hero logo is a placeholder Icons have to be approved
36 lines
873 B
JSON
36 lines
873 B
JSON
{
|
|
"hosting": {
|
|
"public": "public",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "/index.html",
|
|
"headers": [
|
|
{ "key": "Cache-Control", "value": "no-cache" }
|
|
]
|
|
},
|
|
{
|
|
"source": "**/*.svg",
|
|
"headers": [
|
|
{ "key": "Cache-Control", "value": "public, max-age=2592000" }
|
|
]
|
|
},
|
|
{
|
|
"source": "**",
|
|
"headers": [
|
|
{ "key": "X-Content-Type-Options", "value": "nosniff" },
|
|
{ "key": "X-Frame-Options", "value": "DENY" },
|
|
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" },
|
|
{ "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=()" }
|
|
]
|
|
}
|
|
],
|
|
"cleanUrls": true,
|
|
"trailingSlash": false
|
|
}
|
|
}
|