Providers

Fastly

Nuxt Image has first class integration with Fastly.

Integration between Fastly and the image module.

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

nuxt.config.ts
export default defineNuxtConfig({
  image: {
    fastly: {
      baseURL: 'https://www.fastly.io'
    }
  }
})