Merge branch 'feature/202501107-all' into feature/20251001-gil

This commit is contained in:
“hyeonggkim”
2025-11-03 10:12:16 +09:00
39 changed files with 923 additions and 109 deletions

View File

@@ -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(() => {