1
0
Fork 0
mirror of https://github.com/TheThomaas/my-online-cookbook.git synced 2026-01-10 20:01:47 +00:00
cookbook/src/_data/nav.json
2023-07-08 08:24:17 +00:00

12 lines
138 B
JSON

{
"items": [
{
"text": "Accueil",
"url": "/"
},
{
"text": "Recettes",
"url": "/recipes/"
}
]
}