mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update user profile page
This commit is contained in:
@ -218,7 +218,7 @@ const router = createBrowserRouter([
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "u/:username",
|
||||
path: "/u/:username",
|
||||
element: <UserProfile />,
|
||||
loader: async () => {
|
||||
await initialGlobalStateLoader();
|
||||
|
Reference in New Issue
Block a user