Skip to content

Commit 2c04b9d

Browse files
committed
fix: NuxtImageのproviderを修正
1 parent c2d1155 commit 2c04b9d

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+
provider: 'netlify',
4444
quality: 80,
4545
format: ['avif', 'webp']
4646
},

0 commit comments

Comments
 (0)