Imgix Provider
Nuxt Image has first class integration with Imgix
Integration between Imgix and the image module.
To use this provider you just need to specify the base url of your service in Imgix.
nuxt.config.js
export default {
image: {
imgix: {
baseURL: 'https://assets.imgix.net'
}
}
}
Edit this page on GitHub
Updated at Mon, Feb 15, 2021