From 8ba18f35b97d783a3adcd19d3df981c21836d6a1 Mon Sep 17 00:00:00 2001 From: 37b7 Date: Sat, 17 May 2025 16:49:58 +0200 Subject: [PATCH] 58253 --- nuxt.config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 7b3b2a4..adc13b9 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -39,8 +39,7 @@ export default defineNuxtConfig({ plugins: [ '~/plugins/router.ts', - '~/plugins/theme.ts', - '~/plugins/basePath-checker.client.ts' + '~/plugins/theme.ts' ], image: { @@ -70,4 +69,4 @@ export default defineNuxtConfig({ basePath: process.env.BASE_PATH || (process.env.NODE_ENV === 'production' ? '/containers/matheothierry-portfolio_nuxt' : '') } } -}) \ No newline at end of file +})