Skip to content

Commit bb49263

Browse files
committed
fix: path
1 parent 542d833 commit bb49263

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

app/components/event/EventSection.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { panelers } from '~/utils/events-panel-discussion.constants'
5050
</div>
5151
<div class="event-menu">
5252
<EventCard
53-
src="/event/refreshment_space.png"
53+
src="event/refreshment_space.png"
5454
:alt="`${$t('top.refreshment')} supported by giftee, HENNGE, TAM`"
5555
>
5656
<template #title>
@@ -62,15 +62,15 @@ import { panelers } from '~/utils/events-panel-discussion.constants'
6262
{{ $t('top.refreshment_explain') }}
6363
</template>
6464
</EventCard>
65-
<EventCard src="/event/creative_wall.png" :alt="$t('top.creative_wall')">
65+
<EventCard src="event/creative_wall.png" :alt="$t('top.creative_wall')">
6666
<template #title>
6767
{{ $t('top.creative_wall') }}
6868
</template>
6969
<template #description>
7070
{{ $t('top.creative_wall_explain') }}
7171
</template>
7272
</EventCard>
73-
<EventCard src="/event/hands_on.png" :alt="`${$t('top.events_handson')}`">
73+
<EventCard src="event/hands_on.png" :alt="`${$t('top.events_handson')}`">
7474
<template #title>
7575
{{ $t('top.events_handson') }}
7676
</template>
@@ -82,7 +82,7 @@ import { panelers } from '~/utils/events-panel-discussion.constants'
8282
</i18n-t>
8383
</template>
8484
</EventCard>
85-
<EventCard src="/event/tattoo_space.png" :alt="`${$t('top.tattoo_space')}`">
85+
<EventCard src="event/tattoo_space.png" :alt="`${$t('top.tattoo_space')}`">
8686
<template #title>
8787
{{ $t('top.tattoo_space') }}
8888
</template>

app/utils/store.constants.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@ import { StoreMenu } from '~/types/app'
22

33
export const storeMenu: StoreMenu[] = [
44
{
5-
imgSrc: '/store/vue-t-shirt.png',
5+
imgSrc: 'store/vue-t-shirt.png',
66
nameKey: 'tshirt',
77
price: '¥2,500',
88
textKey: 'tshirt_detail',
99
color: 'ネイビー',
1010
size: 'S / M / L / XL',
1111
},
1212
{
13-
imgSrc: '/store/vue-parka.png',
13+
imgSrc: 'store/vue-parka.png',
1414
nameKey: 'parka',
1515
price: '¥5,500',
1616
textKey: 'parka_detail',
1717
color: 'グレー',
1818
size: 'S / M / L / XL',
1919
},
2020
{
21-
imgSrc: '/store/vue-badge.png',
21+
imgSrc: 'store/vue-badge.png',
2222
nameKey: 'vue_badge',
2323
price: '¥600',
2424
textKey: 'vue_badge_detail',
2525
size: 'W19×H17mm',
2626
},
2727
{
28-
imgSrc: '/store/nuxt-badge.png',
28+
imgSrc: 'store/nuxt-badge.png',
2929
nameKey: 'nuxt_badge',
3030
price: '¥600',
3131
textKey: 'nuxt_badge_detail',
3232
size: 'W19×H14mm',
3333
},
3434
{
35-
imgSrc: '/store/vite-badge.png',
35+
imgSrc: 'store/vite-badge.png',
3636
nameKey: 'vite_badge',
3737
price: '¥600',
3838
textKey: 'vite_badge_detail',
3939
size: 'W18×H18mm',
4040
},
4141
{
42-
imgSrc: '/store/vue-sticker.png',
42+
imgSrc: 'store/vue-sticker.png',
4343
nameKey: 'sticker',
4444
price: '¥300',
4545
textKey: 'sticker_detail',
4646
size: 'W200×H122mm',
4747
},
4848
{
49-
imgSrc: '/store/vue-cushion.png',
49+
imgSrc: 'store/vue-cushion.png',
5050
nameKey: 'cushion',
5151
price: '¥5,000',
5252
textKey: 'cushion_detail',
5353
size: 'W360×H360mm',
5454
},
5555
{
56-
imgSrc: '/store/vue-tape.png',
56+
imgSrc: 'store/vue-tape.png',
5757
nameKey: 'tape',
5858
price: '¥1,100',
5959
textKey: 'tape_detail',

0 commit comments

Comments
 (0)