diff options
| author | Fuwn <[email protected]> | 2021-05-09 23:00:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-09 23:00:43 -0700 |
| commit | 5b8f9632024bd4e6ff4f3433350d96f6841c19e6 (patch) | |
| tree | d6face3d076be07e600e8c8165c1131ab9a2fc3e | |
| parent | ci(actions): check action, check if project compiles (diff) | |
| parent | etc: Replace copyleft holder name (diff) | |
| download | site-5b8f9632024bd4e6ff4f3433350d96f6841c19e6.tar.xz site-5b8f9632024bd4e6ff4f3433350d96f6841c19e6.zip | |
Merge branch 'main' of https://github.com/Whirlsplash/site
| -rw-r--r-- | docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index b1212fa..9690adb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -80,7 +80,7 @@ module.exports = { ], }, ], - copyright: `Copyleft © ${new Date().getFullYear()} Whirlsplash`, + copyright: `Copyleft © ${new Date().getFullYear()} The Whirlsplash Collective`, }, colorMode: { |