@@ -8,22 +8,22 @@ const withBase = useWithBase()
88const ticketCards = {
99 ippan: {
1010 title: t (' ticket.card.ippan.title' ),
11- imgSrc: ' /ticket/ippan.png' ,
11+ imgSrc: withBase ( ' /ticket/ippan.png' ) ,
1212 imgAlt: t (' ticket.card.ippan.imgAlt' ),
1313 },
1414 ippanParty: {
1515 title: t (' ticket.card.ippanParty.title' ),
16- imgSrc: ' /ticket/ippan-party.png' ,
16+ imgSrc: withBase ( ' /ticket/ippan-party.png' ) ,
1717 imgAlt: t (' ticket.card.ippanParty.imgAlt' ),
1818 },
1919 handsOn: {
2020 title: t (' ticket.card.handsOn.title' ),
21- imgSrc: ' /ticket/hands-on.png' ,
21+ imgSrc: withBase ( ' /ticket/hands-on.png' ) ,
2222 imgAlt: t (' ticket.card.handsOn.imgAlt' ),
2323 },
2424 individualSponsor: {
2525 title: t (' ticket.card.individualSponsor.title' ),
26- imgSrc: ' /ticket/individual-sponsor.png' ,
26+ imgSrc: withBase ( ' /ticket/individual-sponsor.png' ) ,
2727 imgAlt: t (' ticket.card.individualSponsor.imgAlt' ),
2828 },
2929}
@@ -58,7 +58,7 @@ const ticketCards = {
5858 <div class =" ticket-cards-container" >
5959 <VFTicketCard
6060 :title =" ticketCards.ippan.title"
61- :img-src =" withBase( ticketCards.ippan.imgSrc) "
61+ :img-src =" ticketCards.ippan.imgSrc"
6262 :img-alt =" ticketCards.ippan.imgAlt"
6363 :is-close =" endedApplyNormal"
6464 >
0 commit comments