nuxt / content

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

docs: fix incorrect TS types import path in documentation #2773

Closed ViliusP closed 2 months ago

ViliusP commented 2 months ago

🔗 Linked issue

2349

❓ Type of change

📚 Description

Resolves #2349

Currently, to import the type, you need to specify '@nuxt/content', but the documentation states it should be '@nuxt/content/dist/runtime/types'.

📝 Checklist