Skip to content

Commit

Permalink
fix: NuxtImageのdomainを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
yamageji committed Sep 30, 2024
1 parent 2c04b9d commit a550f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineNuxtConfig({
// url: 'https://vuefes.jp/2024/',
// },
image: {
provider: 'netlify',
domains: ['jjdlwtezpdclgxxagxpj.supabase.co'],
quality: 80,
format: ['avif', 'webp']
},
Expand Down

0 comments on commit a550f3f

Please sign in to comment.