From 1c18d54c6b8b5cee59217a952026296f77cc4ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20S=C3=A1ntha?= Date: Fri, 19 Jan 2024 17:51:38 +0100 Subject: [PATCH] Fixes random routing errors, like here opentofu/opentofu#1116 (#266) * Fixes random routing errors, like here opentofu/opentofu#1116 Signed-off-by: Bence Santha * Update docusaurus.config.ts Signed-off-by: Bence Santha --------- Signed-off-by: Bence Santha --- docusaurus.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index c3a58ff7..4463ab76 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -81,6 +81,8 @@ const config: Config = { ], baseUrl: "/", + // For GitHub Pages, this value must be defined. + trailingSlash: true, // TODO: Once we clean up links we can switch to "throw" onBrokenLinks: "warn",