Closed JakeIsMeh closed 1 month ago
When putting /content in <rootDir>, no content is picked up due to the module still expecting it to be in <srcDir>
/content
<rootDir>
<srcDir>
Nuxt Content 2.13 moves the /content directory from <srcDir> to <rootDir> in preparation for the Nuxt 4 directory structure.
https://github.com/davestewart/nuxt-content-assets/blob/d03045460c0def23a40e21df2a73c2399ae30cdc/src/module.ts#L110
Node v22.6.0 @nuxt/content 2.13.2 nuxt 3.12.4 nuxt-content-assets 1.4.4
Description
When putting
/content
in<rootDir>
, no content is picked up due to the module still expecting it to be in<srcDir>
Context
Nuxt Content 2.13 moves the
/content
directory from<srcDir>
to<rootDir>
in preparation for the Nuxt 4 directory structure.https://github.com/davestewart/nuxt-content-assets/blob/d03045460c0def23a40e21df2a73c2399ae30cdc/src/module.ts#L110
Environment info