15 lines
251 B
JSON
15 lines
251 B
JSON
|
{
|
||
|
"hosting": {
|
||
|
"public": "public",
|
||
|
"ignore": [
|
||
|
"firebase.json",
|
||
|
"**/.*",
|
||
|
"**/node_modules/**"
|
||
|
],
|
||
|
"redirects": [{
|
||
|
"source": "/benchmark2",
|
||
|
"destination": "/benchmark2.html",
|
||
|
"type": 301
|
||
|
}]
|
||
|
}
|
||
|
}
|