diff options
| author | WindowsAddict | 2024-04-12 20:37:26 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-04-12 20:37:26 +0000 |
| commit | fae7e4be449e32035cdbadebfdb70409420094ee (patch) | |
| tree | 0c498debf4b0b272db3840bf57023d4c716004d6 | |
| parent | 44cc0cc1bddd158b8eca25840d8fc7cb3813ff15 (diff) | |
| download | massgrave.dev-fae7e4be449e32035cdbadebfdb70409420094ee.zip | |
Add "trailingSlash: false,"
| -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 b42e88b..095f7db 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -25,6 +25,7 @@ const config = { onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', + trailingSlash: false, // Even if you don't use internationalization, you can use this field to set // useful metadata like html lang. For example, if your site is Chinese, you |
