From 0855071822a6f4d1c1e19ac3e77b29029b08a758 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Thu, 26 Oct 2023 10:32:59 +0300 Subject: [PATCH] docs: disable trailing slash (#677) --- website/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ad95f6786..81893f57c 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -9,6 +9,7 @@ const config = { title: 'Crowdin CLI', tagline: 'Crowdin CLI is a command line tool that allows you to manage and synchronize localization resources with your Crowdin project', favicon: 'img/favicon.ico', + trailingSlash: false, // Set the production url of your site here url: 'https://crowdin.github.io/',