fix. getResourceHost 함수명 변경

This commit is contained in:
clkim
2025-11-25 17:02:35 +09:00
parent a6027036d2
commit 8757a55378
13 changed files with 33 additions and 48 deletions

View File

@@ -152,7 +152,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
>
<img
:src="
getImageHost('/images/common/img_desktop.png', {
getResourceHost('/images/common/img_desktop.png', {
imageType: 'common',
})
"
@@ -379,7 +379,7 @@ const handleMoveFocus = (target: 'pc' | 'mobile') => {
<div class="flex items-center justify-center w-full">
<img
:src="
getImageHost(
getResourceHost(
`/images/common/grades_driver/Type-${driver.driverCode}.svg`,
{ imageType: 'common' }
)