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