ShatteredSword/firebase.json
2022-04-12 00:08:57 -04:00

15 lines
251 B
JSON

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