feat(navigation): add Blog link to Dutch navigation
- Introduced a new link for "Blog" in the navigation JSON file, enhancing user access to blog content.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"logo": "AI SPEEDRUN",
|
||||
"links": [
|
||||
{
|
||||
"label": "Blog",
|
||||
"href": "/blog"
|
||||
},
|
||||
{
|
||||
"label": "Documentatie",
|
||||
"href": "/documentatie"
|
||||
|
||||
Reference in New Issue
Block a user