deployed current version

This commit is contained in:
2026-06-14 01:57:13 +09:00
parent 8a8c0888c3
commit 65d5327a7b
5 changed files with 56 additions and 8 deletions

View File

@@ -8,5 +8,19 @@
"bucket": "overheard-d7396.firebasestorage.app",
"rules": "storage.rules"
}
]
}
],
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}