feat: add navigation items
This commit is contained in:
parent
59ef51d6c6
commit
9dc3ddeec7
5 changed files with 26 additions and 4 deletions
|
@ -1,4 +1,17 @@
|
|||
module.exports = {
|
||||
top: [],
|
||||
top: [
|
||||
{
|
||||
text: "About",
|
||||
url: "/about",
|
||||
},
|
||||
{
|
||||
text: "Posts",
|
||||
url: "/posts",
|
||||
},
|
||||
{
|
||||
text: "Catalogue",
|
||||
url: "/catalogue",
|
||||
},
|
||||
],
|
||||
bottom: [],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue