wonderfulfrog.com/src/_data/navigation.js
2024-02-05 16:22:18 -08:00

17 lines
223 B
JavaScript

module.exports = {
top: [
{
text: "About",
url: "/about",
},
{
text: "Posts",
url: "/posts",
},
{
text: "Catalogue",
url: "/catalogue",
},
],
bottom: [],
};