Fix the duplicated app/ segment in the prose components path

This commit is contained in:
Djeex
2026-09-06 00:02:51 +02:00
parent 96b2054ecd
commit 046ef92149
+1 -1
View File
@@ -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: {