File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
packages/ui/components/speaker Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const currentLocale = useLocaleCurrent().locale
2222 class =" sponsor-list-item-link"
2323 :to =" `${currentLocale === 'ja' ? '/' : `/${currentLocale}/`}sponsors/${item['detail_page_id']}`"
2424 >
25- <NuxtImg
25+ <img
2626 class =" sponsor-list-item-image"
2727 :src =" item['image_url']"
2828 :alt =" item.name"
Original file line number Diff line number Diff line change 5757 from = " /2024/staff/invite"
5858 to = " /2024/200.html"
5959 status = 200
60-
61- [images ]
62- remote_images = [" https://jjdlwtezpdclgxxagxpj.supabase.co/.*" ]
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ export default defineNuxtConfig({
4040 // url: 'https://vuefes.jp/2024/',
4141 // },
4242 image : {
43- domains : [ process . env . NUXT_IMAGE_DOMAINS ] ,
44- provider : 'netlify' ,
43+ domains : [ 'jjdlwtezpdclgxxagxpj.supabase.co' ] ,
4544 quality : 80 ,
4645 format : [ 'avif' , 'webp' ]
4746 } ,
Original file line number Diff line number Diff line change @@ -19,7 +19,14 @@ const size = computed(() => {
1919 </script >
2020
2121<template >
22- <NuxtImg :src =" src" :alt =" alt" :loading =" loading" :width =" size" :height =" size" fit =" cover" />
22+ <img
23+ :src =" src"
24+ :alt =" alt"
25+ :loading =" loading"
26+ :width =" size"
27+ :height =" size"
28+ fit =" cover"
29+ />
2330</template >
2431
2532<style scoped>
You can’t perform that action at this time.
0 commit comments