28 lines
435 B
JSON
28 lines
435 B
JSON
|
{
|
||
|
"hosting": {
|
||
|
"public": "build",
|
||
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||
|
"rewrites": [
|
||
|
{
|
||
|
"source": "**",
|
||
|
"destination": "/index.html"
|
||
|
}
|
||
|
],
|
||
|
"headers": [
|
||
|
{
|
||
|
"source": "/",
|
||
|
"headers": [
|
||
|
{
|
||
|
"key": "Cross-Origin-Embedder-Policy",
|
||
|
"value": "require-corp"
|
||
|
},
|
||
|
{
|
||
|
"key": "Cross-Origin-Opener-Policy",
|
||
|
"value": "same-origin"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|