nuxt / content

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
https://content.nuxt.com
MIT License
3.13k stars 627 forks source link

Object literal may only specify known properties, and 'content' does not exist in type 'InputConfig<NuxtConfig, ConfigLayerMeta>'. #2457

Closed hurrykee closed 11 months ago

hurrykee commented 11 months ago

Environment

Reproduction

Unable to provide

Describe the bug

image Add "nuxt/content" to the nuxt3 project, but when configuring "nuxt.config.ts", VScode prompts me: "Object literal may only specify known properties, and'content 'does not exist in type'InputConfig < NuxtConfig, ConfigLayerMeta >'."

Additional context

No response

Logs

No response