Nuxt Content - Navigation not rendered properly to generated static site
I have a few pages in the
/content
tree
I marked the index.md pages wit
And the following code in my app.vue
-- Home
+-- Home
+- folder 1
+-- folder 1
+-- other
```
Why the difference? Is there any setting I'm missing?5 Replies
Here is my code
and I'm getting the hydration warnings
hm strange, maybe worth re-implementing yourself so you can debug it easier https://github.com/nuxt/content/blob/main/src/runtime/components/ContentNavigation.vue
GitHub
content/src/runtime/components/ContentNavigation.vue at main · nuxt...
The file-based CMS for your Nuxt application, powered by Markdown and Vue components. - nuxt/content
Thanks Harlan,
you mean to copy the code of the component under a different name and then try to debug the component?
Not sure if I'm qualified for that.
The effect is really strange, I may record (after dinner) a short video to demonstrate the effect.
@harlan Here is a recording against
npm nuxi dev
https://www.loom.com/share/e51567716fdd400c8fb1ada9f362faa5?sid=3b936a88-9ea7-4467-b24f-b9b8c45162e3Loom
Nuxt 3 Nuxt Content Website Overview 🌟
Hey there! In this video, I showcase the Nuxt 3 Nuxt content website and demonstrate the expected results after a full refresh. I highlight the delay in rendering the website and the impact of JavaScript on the menu functionality. No specific action is requested from you, just a heads-up on these key points.
^^^ Woooa, they seem to apply some AI to the text I spoke on the video. Descent summary though.