Homepage/themes/blowfish/firebase.json
2025-01-26 17:39:48 -07:00

16 lines
No EOL
235 B
JSON

{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}