ShatteredSword/firebase.json
2022-04-25 23:41:24 -04:00

27 lines
517 B
JSON

{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "/benchmark1",
"destination": "/ShatteredSwordGameDesignDocument.html",
"type": 301
},
{
"source": "/benchmark2",
"destination": "/benchmark2.html",
"type": 301
},
{
"source": "/benchmark3",
"destination": "/banchmark3.html",
"type": 301
}
]
}
}