ShatteredSword/firebase.json

15 lines
251 B
JSON
Raw Normal View History

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