From bb49263a9f9271d2dcf898cd9b504ef252e317c4 Mon Sep 17 00:00:00 2001 From: jiyuujin Date: Fri, 19 Apr 2024 08:19:26 +0900 Subject: [PATCH] fix: path --- app/components/event/EventSection.vue | 8 ++++---- app/utils/store.constants.ts | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/components/event/EventSection.vue b/app/components/event/EventSection.vue index 25e4639c..9dd4ae78 100644 --- a/app/components/event/EventSection.vue +++ b/app/components/event/EventSection.vue @@ -50,7 +50,7 @@ import { panelers } from '~/utils/events-panel-discussion.constants'
- + @@ -70,7 +70,7 @@ import { panelers } from '~/utils/events-panel-discussion.constants' {{ $t('top.creative_wall_explain') }} - + @@ -82,7 +82,7 @@ import { panelers } from '~/utils/events-panel-discussion.constants' - + diff --git a/app/utils/store.constants.ts b/app/utils/store.constants.ts index 117a7bae..2ecf260a 100644 --- a/app/utils/store.constants.ts +++ b/app/utils/store.constants.ts @@ -2,7 +2,7 @@ import { StoreMenu } from '~/types/app' export const storeMenu: StoreMenu[] = [ { - imgSrc: '/store/vue-t-shirt.png', + imgSrc: 'store/vue-t-shirt.png', nameKey: 'tshirt', price: '¥2,500', textKey: 'tshirt_detail', @@ -10,7 +10,7 @@ export const storeMenu: StoreMenu[] = [ size: 'S / M / L / XL', }, { - imgSrc: '/store/vue-parka.png', + imgSrc: 'store/vue-parka.png', nameKey: 'parka', price: '¥5,500', textKey: 'parka_detail', @@ -18,42 +18,42 @@ export const storeMenu: StoreMenu[] = [ size: 'S / M / L / XL', }, { - imgSrc: '/store/vue-badge.png', + imgSrc: 'store/vue-badge.png', nameKey: 'vue_badge', price: '¥600', textKey: 'vue_badge_detail', size: 'W19×H17mm', }, { - imgSrc: '/store/nuxt-badge.png', + imgSrc: 'store/nuxt-badge.png', nameKey: 'nuxt_badge', price: '¥600', textKey: 'nuxt_badge_detail', size: 'W19×H14mm', }, { - imgSrc: '/store/vite-badge.png', + imgSrc: 'store/vite-badge.png', nameKey: 'vite_badge', price: '¥600', textKey: 'vite_badge_detail', size: 'W18×H18mm', }, { - imgSrc: '/store/vue-sticker.png', + imgSrc: 'store/vue-sticker.png', nameKey: 'sticker', price: '¥300', textKey: 'sticker_detail', size: 'W200×H122mm', }, { - imgSrc: '/store/vue-cushion.png', + imgSrc: 'store/vue-cushion.png', nameKey: 'cushion', price: '¥5,000', textKey: 'cushion_detail', size: 'W360×H360mm', }, { - imgSrc: '/store/vue-tape.png', + imgSrc: 'store/vue-tape.png', nameKey: 'tape', price: '¥1,100', textKey: 'tape_detail',