chore: dedicated post nav
This commit is contained in:
parent
d9624ece0d
commit
753ceb8be4
5 changed files with 20 additions and 17 deletions
|
@ -8,6 +8,7 @@ export default async function () {
|
|||
{ name: 'Speedlify' },
|
||||
],
|
||||
menu: [
|
||||
{ name: 'Posts', url: '/posts', icon: 'article'},
|
||||
{ name: 'Music', url: '/music', icon: 'headphones' },
|
||||
{ name: 'Watching', url: '/watching', icon: 'device-tv' },
|
||||
{ name: 'Books', url: '/books', icon: 'books' },
|
||||
|
|
Reference in a new issue