diff --git a/nuxt.config.ts b/nuxt.config.ts index 463ea7b..45dc72c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -34,7 +34,7 @@ export default defineNuxtConfig({ // actual callout. Marking this folder global forces them into the // bundle regardless. `nuxt dev` never hits this: it serves components // on demand and doesn't tree-shake. - { path: '~/app/components/prose', pathPrefix: false, global: true }, + { path: '~/components/prose', pathPrefix: false, global: true }, ], modules: ['@nuxtjs/i18n'], site: {