From 3992647a393a4bb17bdbb2b88b295cbbf414225f Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 30 May 2023 18:41:32 -0700 Subject: [PATCH] chore: nuxt config --- nuxt.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 4a59b1089..268a98434 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,10 +10,6 @@ export default defineNuxtConfig({ '@nuxtjs/tailwindcss', 'nuxt-custom-elements', ], - components: [ - { path: '~/components/helpers', prefix: 'Helper' }, - '~/components', - ], runtimeConfig: { public: { // will be exposed to the client-side callbackKey: '', // set in .env – https://nuxt.com/docs/guide/going-further/runtime-config#environment-variables