diff --git a/src/App.jsx b/src/App.jsx index a3aee5d..2b4178b 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,4 +1,4 @@ -import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; +import { HashRouter as Router, Routes, Route } from 'react-router-dom'; import { Suspense, lazy } from 'react'; import Navbar from './components/Navbar'; import { Spinner } from '@nextui-org/react'; @@ -12,7 +12,7 @@ const ErrorPage = lazy(() => import('./pages/Error')); function App() { return (