- Introduced a new link for "Blog" in the navigation JSON file, enhancing user access to blog content.
19 lines
238 B
JSON
19 lines
238 B
JSON
{
|
|
"logo": "AI SPEEDRUN",
|
|
"links": [
|
|
{
|
|
"label": "Blog",
|
|
"href": "/blog"
|
|
},
|
|
{
|
|
"label": "Documentatie",
|
|
"href": "/documentatie"
|
|
},
|
|
{
|
|
"label": "Login",
|
|
"href": "/login"
|
|
}
|
|
]
|
|
}
|
|
|