🐛 fix(routes): dom

This commit is contained in:
eshanized
2024-12-23 10:46:07 +05:30
parent 8117bb45e6
commit 8c6b49a44b
2 changed files with 5 additions and 1 deletions

View File

@@ -53,4 +53,8 @@
"Arch Linux", "Arch Linux",
"Website" "Website"
] ]
},
{
"homepage": "https://Snigdha-OS.github.io/"
} }

View File

@@ -8,7 +8,7 @@ import { Maintainers } from './pages/Maintainers';
function App() { function App() {
return ( return (
<Router> <Router basename="/">
<Layout> <Layout>
<Routes> <Routes>
<Route path="/" element={<Home />} /> <Route path="/" element={<Home />} />