-
I'm building a website with nuxt3. While some of the pages are in Say, the folder structure of my website is:
Question:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I think, that you're looking for the Here's a possible example for how I understood your structure.
If I misunderstood your problem, or you have further questions, just ask. |
Beta Was this translation helpful? Give feedback.
I think, that you're looking for the
<ContentList>
component.Here's a possible example for how I understood your structure.
Note, that this project is in doc-driven mode, so there are no
app.vue
orpages/[...slug].vue
files.https://stackblitz.com/edit/github-fz8dam?file=pages%2Fposts%2Findex.vue,pages%2Fprojects%2Findex.vue,pages%2Findex.vue
If I misunderstood your problem, or you have further questions, just ask.