diff options
| author | Fuwn <[email protected]> | 2021-04-20 18:36:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-20 18:36:19 -0700 |
| commit | d396141a18f30d36626e154688f3fd9374021026 (patch) | |
| tree | d6f01ebd198dcff68515a8e8e3600146a9ffb502 | |
| parent | fix: License format (diff) | |
| parent | fix: Capitalization of tagline (diff) | |
| download | site-d396141a18f30d36626e154688f3fd9374021026.tar.xz site-d396141a18f30d36626e154688f3fd9374021026.zip | |
Merge branch 'main' of https://github.com/Whirlsplash/site into main
| -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 01090d3..b1212fa 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -3,7 +3,7 @@ require('dotenv').config(); /** @type {import('@docusaurus/types').DocusaurusConfig} */ module.exports = { title: 'Whirlsplash', - tagline: 'The open-source WorldServer.', + tagline: 'The Open-Source WorldServer.', url: 'https://whirlsplash.org', baseUrl: '/', onBrokenLinks: 'throw', |