diff options
| author | Fuwn <[email protected]> | 2021-12-31 13:51:21 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-31 13:51:21 -0800 |
| commit | ba170f06ab709a2c4e790d17fae331f9418e80d3 (patch) | |
| tree | ef78268c429cf32fd73b171c91c8fd9a6c39b5e0 /docusaurus.config.js | |
| parent | docs(deploying): add background flag to docker cmd (diff) | |
| download | site-main.tar.xz site-main.zip | |
Diffstat (limited to 'docusaurus.config.js')
| -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 5cadd12..cc2c5ed 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: 'Home of The Open-Source WorldServer.', url: 'https://whirlsplash.org', baseUrl: '/', onBrokenLinks: 'throw', |