mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 11:21:15 +10:00
updates and fixes
* seo friendly urls * custom client serve-static module * database fixes * fix recent pages * other fixes
This commit is contained in:
@ -65,7 +65,7 @@ export default function App() {
|
||||
|
||||
<Route element={<DashboardLayout />}>
|
||||
<Route path={"/home"} element={<Home />} />
|
||||
<Route path={"/p/:pageId"} element={<Page />} />
|
||||
<Route path={"/p/:slugId/:slug?"} element={<Page />} />
|
||||
</Route>
|
||||
|
||||
<Route path={"/settings"} element={<SettingsLayout />}>
|
||||
|
||||
Reference in New Issue
Block a user