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.
export default { image: { fastly: { baseURL: 'https://www.fastly.io' } }}