ShatteredSword/firebase.json

27 lines
517 B
JSON
Raw Normal View History

2022-04-12 00:08:57 -04:00
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
2022-04-25 23:41:13 -04:00
"redirects": [
{
"source": "/benchmark1",
"destination": "/ShatteredSwordGameDesignDocument.html",
"type": 301
},
{
"source": "/benchmark2",
"destination": "/benchmark2.html",
"type": 301
},
{
"source": "/benchmark3",
2022-04-25 23:57:13 -04:00
"destination": "/benchmark3.html",
2022-04-25 23:41:13 -04:00
"type": 301
}
]
2022-04-12 00:08:57 -04:00
}
}