Merge pull request 'feat: Add hub link' (#1) from feat/hub-link into main

Reviewed-on: #1
This commit is contained in:
Louis Gallet 2023-11-10 18:13:23 +01:00
commit bacb0bccc9

View File

@ -20,6 +20,7 @@
"logo": { "text": "Louis Gallet" },
"navigation": {
"header": [
{ "label": "Hub", "url": "https://hub.louisgallet.fr" },
{ "label": "About", "url": "/#about" },
{ "label": "Blog", "url": "/blog" },
{ "label": "My interests", "url": "/#interests" },
@ -32,7 +33,8 @@
},
"footer": [
{ "label": "Privacy", "url": "/privacy" },
{ "label": "Imprint", "url": "/imprint" }
{ "label": "Imprint", "url": "/imprint" },
{ "label": "Hub", "url": "https://hub.louisgallet.fr"}
]
},
"featureToggles": {