From 046ef92149ba7ba45944727ae192b13c550e934e Mon Sep 17 00:00:00 2001 From: Djeex Date: Sun, 6 Sep 2026 00:02:51 +0200 Subject: [PATCH] Fix the duplicated app/ segment in the prose components path --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {