Fastly Provider
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.js
export default {
image: {
fastly: {
baseURL: 'https://www.fastly.io'
}
}
}
Edit this page on GitHub
Updated at Mon, Feb 15, 2021