router-module
router-module copied to clipboard
Nuxt content not generate or parse to custom router
my content folder file look like this
and the target pages look like this
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
this my other project when i not use this package, the text from .md was parse to .html in dist directory
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.