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 11, 2024
1 parent 21a6cbf commit 2eac05a
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 @@ -31,7 +31,7 @@ export default defineNuxtConfig({
},

image: {
provider: 'ipx',
provider: process.env.IMAGE_PROVIDER || 'ipx',
domains: process.env.NUXT_IMAGE_DOMAINS ? process.env.NUXT_IMAGE_DOMAINS.replace(/ /g, '').split(',') : [],
},

Expand Down

0 comments on commit 2eac05a

Please sign in to comment.