Skip to content

Commit

Permalink
Update image provider in nuxt.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Apr 19, 2024
1 parent ac227e5 commit ee99111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woonuxt_base/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default defineNuxtConfig({

image: {
domains: process.env.NUXT_IMAGE_DOMAINS ? process.env.NUXT_IMAGE_DOMAINS.replace(/ /g, '').split(',') : [],
IMAGE_PROVIDER: process.env.IMAGE_PROVIDER || 'ipx',
provider: process.env.IMAGE_PROVIDER || 'ipx',
screens: { sm: 640, md: 768, lg: 1024, xl: 1280 },
},

Expand Down

0 comments on commit ee99111

Please sign in to comment.