From 5f57d864468e688d42739b718ab7a1c253400cd1 Mon Sep 17 00:00:00 2001 From: Matheo THIERRY Date: Tue, 20 May 2025 10:47:03 +0200 Subject: [PATCH] try --- config/basePath.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/basePath.ts b/config/basePath.ts index 5ca4044..5697a4e 100644 --- a/config/basePath.ts +++ b/config/basePath.ts @@ -1,7 +1,5 @@ -import { useRuntimeConfig } from '#imports'; - const getBasePath = (): string => { - return process.env.NODE_ENV === 'production' ? process.env.BASE_PATH || '/' : '/'; + return process.env.NODE_ENV === 'production' ? '/containers/matheothierry-portfolio_nuxt' : '/'; };