NuxtN
Nuxt6mo ago
22 replies
6e.69.63.65.20.74.72.79

Nuxt 4 + MDC

nuxt mdc expects this
components: {
    global: true,
    path: './components/prose'
  }

but I have
  components: [
    {
      global: true,
      path: "~/components",
      pathPrefix: false
    }
  ],

If I switch around then either my components dont work or mdc prose components
Was this page helpful?