Do I need pages folder in document driver mode? #1810
Unanswered
victor-ponamariov
asked this question in
Q&A
Replies: 1 comment
-
I actually had the same question and didn't know someone actually posted it beforehand.. I think with document driven enabled, it automatically registers NuxtPlugin which queries page data from If the application is entirely based on markdown, it definitely make sense to use document-driven feature, and do not need pages folder at all. If some parts of the application is not based on markdown, well, I think it's still alright to use document driven mode (despite the error messages...). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure I quite understand the mode.
E.g., previously without that mode I have such pages as home (list of articles), newsletter, about me, and so on.
Should Inow completely remove pages folder and move everything in /content/, embedding components for these pages via MDC?
Because otherwise I believe Nuxt tries to query unexisting index page in /cotent folder, even though the index.vue page works if it exists in /pages folder
Beta Was this translation helpful? Give feedback.
All reactions