diff options
Diffstat (limited to 'docusaurus.config.js')
| -rw-r--r-- | docusaurus.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 02c0f55..01090d3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -75,7 +75,8 @@ module.exports = { title: 'More', items: [ { label: 'GitHub', href: 'https://github.com/whirlsplash', }, - { label: 'License', href: 'https://github.com/Whirlsplash/site/blob/main/LICENSE', } + { label: 'License', href: 'https://github.com/Whirlsplash/site/blob/main/LICENSE', }, + { label: 'Contact', href: 'mailto:[email protected]', }, ], }, ], |