diff --git a/src/App.jsx b/src/App.jsx index 724154d..65aebc6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -13,18 +13,46 @@ import NotFound from "./pages/NotFound"; export default function App() { return ( - - - - - - - }/> - - + + + + } /> + + + + } + /> + + + + } + /> + + + + } + /> + + + + } + /> + } /> + } /> + + ); } diff --git a/vite.config.js b/vite.config.js index 3778a0e..5a33944 100644 --- a/vite.config.js +++ b/vite.config.js @@ -3,6 +3,5 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ - base: './', plugins: [react()], })