Merge branch 'feature/202501107-all' into feature/20251001-gil
This commit is contained in:
@@ -172,7 +172,7 @@ const enabledMarkets = computed(() => {
|
||||
const logoImgUrl = computed(() => {
|
||||
const currentLocale = locale.value || 'ko'
|
||||
const localeData = (webInspectionData.value as any)?.[currentLocale]
|
||||
return getResolvedHost(localeData.img_json.bi_large)
|
||||
return getImageHost(localeData.img_json.bi_large)
|
||||
})
|
||||
|
||||
const communityUrl = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user