From b4dd65f216b648f7588ec787709411e69c5c4a8d Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 4 Jan 2025 11:23:41 -0500 Subject: [PATCH] Enable trailing slash --- docusaurus.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 184cf6e..8b1fc6d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -16,6 +16,7 @@ const config: Config = { // If you aren't using GitHub pages, you don't need these. organizationName: 'bspeice', projectName: 'speice.io', + trailingSlash: true, onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',