diff --git a/vite.config.ts b/vite.config.ts index 750f2b4..39bec43 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -2,7 +2,7 @@ import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; export default defineConfig(({ command }) => ({ - base: command === 'build' ? '/clima-cuida-care-weather/' : '/', + base: command === 'build' ? '/clima-cuida-care-weather-fork/' : '/', plugins: [react()], test: { environment: 'node',