Thorge
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