my-online-cookbook/src/_data/nav.json
2021-05-19 23:59:58 +02:00

12 lines
189 B
JSON

{
"items": [
{
"text": "All recipes",
"url": "/recipes/"
},
{
"text": "About",
"url": "/about/"
}
]
}