Homepage/themes/blowfish/firebase.json

16 lines
235 B
JSON
Raw Normal View History

2025-01-26 17:39:48 -07:00
{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}