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:
colinislit
2026-01-01 09:39:30 +01:00
parent c1dc92035b
commit e7294e712f
10 changed files with 1385 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
{
"logo": "AI SPEEDRUN",
"links": [
{
"label": "Blog",
"href": "/blog"
},
{
"label": "Documentatie",
"href": "/documentatie"