diff --git a/nuxt.config.ts b/nuxt.config.ts index 83fa73d..e30bd05 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -12,9 +12,12 @@ export default defineNuxtConfig({ 'nuxt-gtag', '@nuxt/image' ], - components: { - pathPrefix: false, - }, + components: [ + { + path: '~/components', + pathPrefix: false, + }, + ], typescript: { strict: true },