Add links to main project website

This commit is contained in:
Ariel Abreu 2023-08-22 09:08:29 -04:00
parent 8d9bf8d738
commit 91be51bc7a
No known key found for this signature in database
GPG Key ID: 8031B538781E183F

View File

@ -76,6 +76,11 @@ async function createConfig() {
label: 'GitHub',
position: 'right',
},
{
href: 'https://darlinghq.org',
label: 'Main Site',
position: 'right',
},
],
},
footer: {
@ -88,6 +93,10 @@ async function createConfig() {
label: 'GitHub',
href: 'https://github.com/darlinghq/darling',
},
{
label: 'Main Site',
href: 'https://darlinghq.org',
},
],
},
],