diff options
| author | Fuwn <[email protected]> | 2021-05-30 22:07:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-30 22:07:35 -0700 |
| commit | 194a4f17c1f228bf460472dbd7ff750995b82d7d (patch) | |
| tree | 6210f3bbc7dc1babfe4ad7dc7a18663eae749602 | |
| parent | Merge branch 'main' of https://github.com/Whirlsplash/site (diff) | |
| download | site-194a4f17c1f228bf460472dbd7ff750995b82d7d.tar.xz site-194a4f17c1f228bf460472dbd7ff750995b82d7d.zip | |
feat(config): add subreddit link to footer
| -rw-r--r-- | docusaurus.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 9690adb..bdb506f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -69,6 +69,7 @@ module.exports = { items: [ { label: 'Blog', to: 'blog', }, { label: 'Discord', href: 'https://discord.com/invite/8hn6padWF6', }, + { label: 'Subreddit', href: 'https://www.reddit.com/r/Whirlsplash', }, ], }, { |