Open
Description
Environment
- Operating System: Darwin
- Node Version: v22.16.0
- Nuxt Version: 3.17.5
- CLI Version: 3.25.1
- Nitro Version: 2.11.12
- Package Manager: [email protected]
- Builder: -
- User Config: modules, devtools, css, content, ui, runtimeConfig, future, compatibilityDate, hooks, dayjs, eslint, pwa, supabase, tiptap
- Runtime Modules: @nuxt/[email protected], @nuxt/[email protected], @vueuse/[email protected], @nuxt/[email protected], @nuxt/[email protected], @nuxtjs/[email protected], @vite-pwa/[email protected], [email protected], [email protected], @nuxtjs/[email protected], [email protected], @nuxt/[email protected]
- Build Modules: -
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.1.3
Reproduction
Please read the description
Description
Unfortunately nuxt MDC doesn't render any data if you not add this to your nuxt.config.ts
vite: {
optimizeDeps: {
include: ['debug']
},
}
I've tested it with a blank project and if you don't add this MDC is not rendering any data after page load. I think this should be added to the documentation. This can be frustrating.
Additional context
No response