NuxtN
Nuxt4y ago
Zampa

Nuxt Image module can't be configured in Nuxt 3

When using the @nuxt/image-edge module, it appears that adding an image config section is throwing a TypeScript error in nuxt.config.ts:

Object literal may only specify known properties, and 'image' does not exist in type 'NuxtConfig'.ts(2345)

I've cross-posted it to https://github.com/nuxt/image/issues/650
unknown.png
GitHub
Getting this TypeScript error when attempting to add an image configuration section to my nuxt.config.ts in Nuxt 3: Object literal may only specify known properties, and 'image' doe...
Was this page helpful?