chore : firebase 설정 추가
SpecialSource Frontend CD / deploy (push) Successful in 8s

This commit is contained in:
sungjin.choi
2026-08-07 08:56:20 +09:00
parent aa92618ee6
commit 22918fc366
2 changed files with 21 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}