Skip to content

Commit a550f3f

Browse files
committed
fix: NuxtImageのdomainを設定
1 parent 2c04b9d commit a550f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineNuxtConfig({
4040
// url: 'https://vuefes.jp/2024/',
4141
// },
4242
image: {
43-
provider: 'netlify',
43+
domains: ['jjdlwtezpdclgxxagxpj.supabase.co'],
4444
quality: 80,
4545
format: ['avif', 'webp']
4646
},

0 commit comments

Comments
 (0)