René Stalder
René Stalder
I really don't get those multiple content yes working. I probably tried over 3 hours with different configurations. Take this simple single content type configuration: ```js module.exports = { api:...
> You use pages/:slug for the permalink, but the subdirectories are not part of the slug Not sure what you mean with that. In my understanding, my configuration should match...
I feel like you misunderstand me. I don't have any subfolders in the `content/pages` folder. Really, the only thing I did is converting my single content type example above into...
@cesasol Thanks a lot for your input. I then gonna try the development branch. Already saw that there are fixes not available on the released version but wasn't sure if...
@cesasol With your submodule solution, doesn't Nuxt complain about `import` statements? How you worked around this? In my understanding, Nuxt v1 doesn't support es modules.
@sebstr1 They don't work. Some claim on the development branch it works, but I used the [nuxtdown module](https://github.com/joostdecock/nuxtdown-module) for now, which has this fixed and works without issues so far....
@sebstr1 Linux. (Arch)
@sebstr1 I didn't check the xamples at all. Just from the README, I could easily setup multiple content with nuxtdown after switching out the module in the nuxt configuration and...
@cesasol Just want to check in. Is there a plan of action for continuous development? Or do you recommend alternatives to nuxtent? I really love how this module works and...
Maybe a bit off-topic here but keep [Gridsome](https://gridsome.org/) on the radar if you look for something similar like Gatsby for Vue.js. That's also my next alternative after Nuxtent (maybe will...