nuxt / content

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

support 'top-level' `content/` directory #2635

Closed danielroe closed 3 months ago

danielroe commented 4 months ago

It might make sense to support content/ alongside public/ and app/ (that is, in rootDir). Raising for discussion - originally idea from @Atinux in https://github.com/nuxt/nuxt/issues/26444

See https://github.com/nuxt/nuxt/pull/27029 for how we're currently supporting v4 folder structure if you want to experiment in the mean time.