mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added sample user profile page
This commit is contained in:
parent
aee4b662d5
commit
db9948803a
6 changed files with 60 additions and 45 deletions
|
@ -13,6 +13,10 @@ module.exports = withBundleAnalyzer(
|
|||
source: '/post:id',
|
||||
destination: '/node/:id',
|
||||
},
|
||||
{
|
||||
source: '/~:username',
|
||||
destination: '/profile/:username',
|
||||
}
|
||||
];
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue