Compare commits

...

2 Commits

Author SHA1 Message Date
bacb0bccc9 Merge pull request 'feat: Add hub link' (#1) from feat/hub-link into main
Reviewed-on: #1
2023-11-10 18:13:23 +01:00
914e28affb
feat: Add hub link
Add this link to header and foot menu
2023-11-10 18:12:17 +01:00

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": {