From 589cb8a3a0e5586394521637ce82ee6d3721504b Mon Sep 17 00:00:00 2001 From: Emanuel Almeida Date: Tue, 3 Feb 2026 13:48:50 +0000 Subject: [PATCH] fix: base path para dash.descomplicar.pt Co-Authored-By: Claude Opus 4.5 --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index e7b89bc..860eaf8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,7 +4,7 @@ import path from 'path' export default defineConfig({ plugins: [react()], - base: '/v3/', + base: '/', resolve: { alias: { '@': path.resolve(__dirname, './src'),