Removed Path Subconfig in nuxt.config.ts

This commit is contained in:
2025-03-28 17:04:46 +01:00
parent a144bba54b
commit 65e1025289

View File

@@ -19,9 +19,6 @@ export default defineNuxtConfig({
components: [{
path: '~/components'
}, {
path: '~/components/common',
pathPrefix: false
}],
build: {