Alternatively, if you prefer modifying the source code, you can update the router logic in web/src/router/index.tsx
How to redirect to my account page? #4636
-
When visit In my scenario, there is only my account in memos. I use memos to display my notes to others. And I find the explore page not show my pined notes. The notes only pined on my user page. Could anyone help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Are you publishing public memos? Pinned memos can be viewed at https://memos.example.com/u/my-account. Please ensure your memos are set to public so others can access them. |
Beta Was this translation helpful? Give feedback.
You can achieve the redirection using the Custom JS Snippet feature in the system settings custom-style-and-script. Try adding the following snippet:
Alternatively, if you prefer modifying the source code, you can update the router logic in
web/src/router/index.tsx