mirror of https://github.com/tensorflow/tfjs.git
29 lines
554 B
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"
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
}
|