Integration between Glide and the image module.
To use this provider you just need to specify the base URL of your service in Glide.
export default defineNuxtConfig({
image: {
glide: {
// baseURL of your Laravel application
baseURL: 'https://glide.herokuapp.com/1.0'
}
}
})