Providers

Contentful

Nuxt Image has first class integration with Contentful.

Integration between Contentful and the image module.

To use this provider you just need to specify the base url of your service in Contentful.

nuxt.config.ts
export default defineNuxtConfig({
  image: {
    contentful: {}
  }
})