Skip to content

Commit

Permalink
Revert region in frontend firebase json
Browse files Browse the repository at this point in the history
  • Loading branch information
yevkim committed Dec 29, 2024
1 parent 901286d commit 63fc1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"**/node_modules/**"
],
"frameworksBackend": {
"region": "asia-southeast1"
"region": "asia-east1"
}
},
{
Expand All @@ -21,7 +21,7 @@
"**/node_modules/**"
],
"frameworksBackend": {
"region": "asia-southeast1"
"region": "asia-east1"
}
}
]
Expand Down

0 comments on commit 63fc1d6

Please sign in to comment.