Thorge
Thorge
NNuxt
Created by Thorge on 2/1/2025 in #❓・help
Static builds with nuxt content result in empty pages
@Wm Thanks for sharing your code! It was quite similar to mine, so I removed everything and gradually re-added my code until I found the issue. Turns out the problem was a <client-only> tag in my layout file that wrapped <NuxtPage />. Removing it fixed everything. Appreciate your help!
14 replies
NNuxt
Created by Thorge on 2/1/2025 in #❓・help
Static builds with nuxt content result in empty pages
@kapa.ai My routes are accessed during prerender and I use latest version of nuxt content (v3). I also tried with explicit route names and pages, e.g., about.vue. It must be something else, that I'm missing.
14 replies