aboutsummaryrefslogtreecommitdiffstats
path: root/nuxt.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'nuxt.config.ts')
-rw-r--r--nuxt.config.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 5a04e12..b208d99 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -1,5 +1,10 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
+ components: [
+ { path: '~/components', pathPrefix: true },
+ { path: '~/components/base', pathPrefix: false },
+ { path: '~/components/header', pathPrefix: false },
+ ],
devtools: { enabled: true },
modules: [
// ...