From 135a900a6e35d6c99b204a542782e34ecb9a38c3 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Sat, 2 Mar 2024 12:00:02 +0100 Subject: [PATCH] remove trailing slash from docs --- docusaurus/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index b832c1d03..e8eeabd25 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -11,6 +11,7 @@ const config = { title: 'Palworld Server Docker Documentation', tagline: 'All the information you need to get a Palworld Dedicated server up and running using Docker', favicon: 'img/favicon.ico', + trailingSlash: false, // Set the production url of your site here url: 'https://palworld-server-docker.loef.dev',