mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
profile layout
This commit is contained in:
parent
0c3625cd18
commit
fe6f977cf1
12 changed files with 236 additions and 13 deletions
|
@ -14,7 +14,7 @@ export const URLS = {
|
|||
},
|
||||
NODE_URL: (id: number | string) => `/post${id}`,
|
||||
PROFILE: (username: string) => `/~${username}`,
|
||||
PROFILE_PAGE: `/profile`,
|
||||
PROFILE_PAGE: (username: string) => `/profile/${username}`,
|
||||
};
|
||||
|
||||
export const PRESETS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue