You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just install fresh nuxt and module @nuxt/content.
Add a markdown file in "content" folder.
Add a page in "pages" folder with <ContentDoc />
Add to nuxt config : ssr:false
Run in dev : npm run dev
Appreciate markdown render
Generate npm run generate
Check live npm run preview
See error : Document not found, overwrite this content with #not-found slot in <ContentDoc>.
Describe the bug
When using Nuxt Content with markdown files.
It works fine in development and when I generate production builds.
The problem occurs when I try to disable SSR (Server-Side Rendering).
An error appears when loading a markdown file:
Document not found, overwrite this content with #not-found slot in <ContentDoc>.