mirror of
https://github.com/darlinghq/blog.git
synced 2024-11-23 04:29:45 +00:00
Add links to main project website
This commit is contained in:
parent
8d9bf8d738
commit
91be51bc7a
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user