mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 17:01:11 +10:00
Editor link components
* other minor fixes
This commit is contained in:
@ -61,7 +61,7 @@ export default function App() {
|
||||
<Routes>
|
||||
<Route index element={<Navigate to="/home" />} />
|
||||
<Route path={"/login"} element={<LoginPage />} />
|
||||
<Route path={"/installation/setup"} element={<SetupWorkspace />} />
|
||||
<Route path={"/setup/register"} element={<SetupWorkspace />} />
|
||||
<Route path={"/invites/:invitationId"} element={<InviteSignup />} />
|
||||
|
||||
<Route path={"/p/:pageSlug"} element={<PageRedirect />} />
|
||||
|
||||
Reference in New Issue
Block a user