From 65e1025289eb3c337a87d3dfac250bd454798d6c Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 28 Mar 2025 17:04:46 +0100 Subject: [PATCH] Removed Path Subconfig in nuxt.config.ts --- nuxt.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 8b0abc6..66b1950 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -19,9 +19,6 @@ export default defineNuxtConfig({ components: [{ path: '~/components' - }, { - path: '~/components/common', - pathPrefix: false }], build: {