Adding menu items
The menu items translations are located in config/menu
and the useMenu
custom hook pulls these translations (via GraphQL query) and inserts them into the pages.
{
"menuItems": [
{ "name": "Home", "link": "/" },
{ "name": "About", "link": "/about-me" },
{ "name": "Blog", "link": "/blog" },
{ "name": "Contact", "link": "/contact" }
]
}