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' : '/'; };