feat: Add hub link #1

Merged
lgallet merged 1 commits from feat/hub-link into main 2023-11-10 17:13:23 +00:00

View File

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