Skip to content

Commit

Permalink
chore: Update firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Dec 31, 2023
1 parent db659b2 commit 96a1856
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"hosting": {
"source": "build/web",
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
"frameworksBackend": {
"region": "asia-east1"
}
}
}

0 comments on commit 96a1856

Please sign in to comment.