File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
packages/ui/components/speaker Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const currentLocale = useLocaleCurrent().locale
22
22
class =" sponsor-list-item-link"
23
23
:to =" `${currentLocale === 'ja' ? '/' : `/${currentLocale}/`}sponsors/${item['detail_page_id']}`"
24
24
>
25
- <NuxtImg
25
+ <img
26
26
class =" sponsor-list-item-image"
27
27
:src =" item['image_url']"
28
28
:alt =" item.name"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export default defineNuxtConfig({
40
40
// url: 'https://vuefes.jp/2024/',
41
41
// },
42
42
image : {
43
- domains : [ process . env . NUXT_IMAGE_DOMAINS ] ,
43
+ domains : [ 'jjdlwtezpdclgxxagxpj.supabase.co' ] ,
44
44
quality : 80 ,
45
45
format : [ 'avif' , 'webp' ]
46
46
} ,
@@ -175,7 +175,6 @@ export default defineNuxtConfig({
175
175
newtSpaceUid : process . env . NUXT_NEWT_SPACE_UID ,
176
176
newtFormUid : process . env . NUXT_NEWT_FORM_UID ,
177
177
reCaptchaWebsiteKey : process . env . NUXT_RECAPTCHA_WEBSITE_KEY ,
178
- imageDomains : process . env . NUXT_IMAGE_DOMAINS ,
179
178
// supabase
180
179
supabaseUrl : process . env . SUPABASE_URL ,
181
180
supabaseKey : process . env . SUPABASE_KEY ,
Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ const size = computed(() => {
19
19
</script >
20
20
21
21
<template >
22
- <NuxtImg
22
+ <img
23
23
:src =" src"
24
24
:alt =" alt"
25
25
:loading =" loading"
26
- placeholder
27
26
:width =" size"
28
27
:height =" size"
29
28
fit =" cover"
Original file line number Diff line number Diff line change 13
13
" NUXT_NEWT_SPACE_UID" ,
14
14
" NUXT_NEWT_FORM_UID" ,
15
15
" NUXT_RECAPTCHA_WEBSITE_KEY" ,
16
- " NUXT_IMAGE_DOMAINS" ,
17
16
" SUPABASE_URL" ,
18
17
" SUPABASE_KEY" ,
19
18
" SERVICE_KEY" ,
You can’t perform that action at this time.
0 commit comments