tfjs/e2e/benchmarks/firebase.json

29 lines
554 B
JSON

{
"hosting": {
"site": "tfjs-benchmarks",
"public": ".",
"ignore": [
"firebase_prod.json",
"firebase_staging.json"
],
"redirects": [{
"source": "/",
"destination": "local-benchmark/",
"type": 301
}],
"headers": [{
"source": "local-benchmark/",
"headers": [
{
"key": "Cross-Origin-Embedder-Policy",
"value": "require-corp"
},
{
"key": "Cross-Origin-Opener-Policy",
"value": "same-origin"
}
]
}]
}
}