published the website

This commit is contained in:
2026-06-17 01:04:45 +09:00
parent cbdf489f1b
commit 3e43d09723
3 changed files with 30 additions and 16 deletions

View File

@@ -1,5 +1,12 @@
{
"storage": {
"rules": "storage.rules"
},
"hosting": {
"public": "dist",
"ignore": ["firebase.json", ".firebaserc"],
"rewrites": [
{ "source": "**", "destination": "/index.html" }
]
}
}