Skip to content

Commit

Permalink
add cloudinary in @nuxt/image
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroji-fusky committed Feb 26, 2023
1 parent e0835c5 commit d6827ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,10 @@ export default defineNuxtConfig({
},

// @nuxt/image-edge config
image: {},
image: {
cloudinary: {
baseURL:
"https://res.cloudinary.com/kuroji-fusky-s3/image/upload/projects/myfursona/",
},
},
})

0 comments on commit d6827ea

Please sign in to comment.