17 lines
223 B
JavaScript
17 lines
223 B
JavaScript
module.exports = {
|
|
top: [
|
|
{
|
|
text: "About",
|
|
url: "/about",
|
|
},
|
|
{
|
|
text: "Posts",
|
|
url: "/posts",
|
|
},
|
|
{
|
|
text: "Catalogue",
|
|
url: "/catalogue",
|
|
},
|
|
],
|
|
bottom: [],
|
|
};
|