diff --git a/src/App.tsx b/src/App.tsx index 80aa3e4..08b7aba 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -51,7 +51,7 @@ function App() { - + }> {/* Redirecionamos tudo para o dashboard diretamente */} diff --git a/vite.config.ts b/vite.config.ts index 04eb64b..999af2c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react' import path from 'path' export default defineConfig({ + base: '/dashboard/', plugins: [react()], resolve: { alias: {