chore: add Firebase Hosting config for season content delivery

firebase init hosting wired to project block-seasons, public dir = deploy.
Generated season payload (deploy/content/) and CLI cache (.firebase/) are
gitignored — content/ is the source of truth, regenerated by the deploy
script in docs/firebase-hosting-guide.md.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 09:18:53 +09:00
parent af7bb83fb9
commit 3e25e3b9ca
5 changed files with 141 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "deploy",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}