@@ -4,7 +4,7 @@ import PageSubTitle from '~/components/PageSubTitle.vue'
4
4
import ExplainText from ' ~/components/ExplainText.vue'
5
5
import AccordionView from ' ~/components/AccordionView.vue'
6
6
import LinkButtonField from ' ~/components/forms/LinkButtonField.vue'
7
- import { faqList , giftboxCaution1 , giftboxCaution2 , giftboxInfo , gifts , promotionCaution , promotionInfo , promotionInfo2 , promotionInfo3 , promotionInfo4 } from ' ~/utils/constants'
7
+ import { faqList , giftboxCaution1 , giftboxCaution2 , giftboxInfo , gifts , promotionCaution , promotionInfo , promotionInfo2 , promotionInfo3 , promotionInfo4 , urlBasePath } from ' ~/utils/constants'
8
8
</script >
9
9
10
10
<template >
@@ -27,7 +27,7 @@ import { faqList, giftboxCaution1, giftboxCaution2, giftboxInfo, gifts, promotio
27
27
<div class =" mb-7.5" >
28
28
<div class =" px-6 md:px-14" >
29
29
<img
30
- src =" /img/preregister_bannar.jpg"
30
+ : src =" `${urlBasePath} /img/preregister_bannar.jpg` "
31
31
alt =" "
32
32
class =" w-full"
33
33
>
@@ -40,7 +40,7 @@ import { faqList, giftboxCaution1, giftboxCaution2, giftboxInfo, gifts, promotio
40
40
<div >
41
41
<div class =" px-6 md:px-14" >
42
42
<img
43
- src =" /img/personal_sponsor_bannar.jpg"
43
+ : src =" `${urlBasePath} /img/personal_sponsor_bannar.jpg` "
44
44
alt =" "
45
45
class =" w-full"
46
46
>
@@ -85,7 +85,7 @@ import { faqList, giftboxCaution1, giftboxCaution2, giftboxInfo, gifts, promotio
85
85
>
86
86
<div class =" aspect-square mb-1.5 md:mb-2.5" >
87
87
<img
88
- :src =" `/img/${gift.value}_sample.jpg`"
88
+ :src =" `${urlBasePath} /img/${gift.value}_sample.jpg`"
89
89
:alt =" `${gift.title}用サンプル画像`"
90
90
loading =" lazy"
91
91
>
0 commit comments