Nuxt Image has first class integration with Prismic
Integration between Prismic and the image module.
No specific configuration is required for Prismic support. You just need to specify provider: 'prismic'
in your configuration to make it the default:
export default { image: { prismic: {} }}
You can also pass it directly to your component when you need it, for example:
<nuxt-img provider="prismic" src="..." />