nuxt-community / router-module

Nuxt 2 module to use router.js instead of pages/ directory.
MIT License
401 stars 28 forks source link

Nuxt content not generate or parse to custom router #97

Open frama21 opened 3 years ago

frama21 commented 3 years ago

my content folder file look like this image

and the target pages look like this image

in default setting when i not use this package the nuxt content was generate with the text inside .md into .html in dist folder but when i use this package the .md text not parse into .html in the dist directory

this my generate on nuxt.config.js image

this my other project when i not use this package, the text from .md was parse to .html in dist directory image

and now my project when use this package there nothing to parse to .html in dist directory file, there generate the html file with empty text from .md

any suggest or maybe i wrong to put the code, please give me a example code if i wrong i really apreciate it, thanks.