From d0d07bb03341a9b3497cac2f25e8ec171c7282c9 Mon Sep 17 00:00:00 2001 From: 37b7 Date: Fri, 16 May 2025 09:33:24 +0200 Subject: [PATCH] 55379 --- nuxt.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index ffdf29c..c6b648b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -26,8 +26,7 @@ export default defineNuxtConfig({ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } ], }, - baseURL: process.env.NODE_ENV === 'production' ? '/containers/matheothierry-portfolio_nuxt/' : '/', - buildAssetsDir: process.env.NODE_ENV === 'production' ? '/containers/matheothierry-portfolio_nuxt/_nuxt/' : '/_nuxt/', + cdnURL: process.env.NODE_ENV === 'production' ? '/containers/matheothierry-portfolio_nuxt/' : '/' }, modules: ['@nuxt/image'],