Skip to content

Commit

Permalink
Update image directory and format in nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Apr 14, 2024
1 parent 30ec28b commit 35c5859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion woonuxt_base/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default defineNuxtConfig({
provider: process.env.IMAGE_PROVIDER || 'ipx',
domains: process.env.NUXT_IMAGE_DOMAINS ? process.env.NUXT_IMAGE_DOMAINS.replace(/ /g, '').split(',') : [],
format: ['avif', 'webp'],
dir: 'static',
},

hooks: {
Expand Down

0 comments on commit 35c5859

Please sign in to comment.