mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
🐛 fix(routes): dom
This commit is contained in:
@@ -53,4 +53,8 @@
|
|||||||
"Arch Linux",
|
"Arch Linux",
|
||||||
"Website"
|
"Website"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"homepage": "https://Snigdha-OS.github.io/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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 />} />
|
||||||
|
Reference in New Issue
Block a user