From 4bc1db3bd3a4ea04051a7139f3d7eee5fae3968c Mon Sep 17 00:00:00 2001 From: Theo-Prado Date: Sat, 23 May 2026 00:39:53 -0300 Subject: [PATCH] fix: corrigir base do GitHub Pages --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',