From aba200a7873f6140dc8e7434d983ab4b7c4edd39 Mon Sep 17 00:00:00 2001 From: Marston Connell <34043723+TheMarstonConnell@users.noreply.github.com> Date: Wed, 14 Sep 2022 17:31:29 -0400 Subject: [PATCH] updated config --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 540d1bf..ed853da 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -18,7 +18,7 @@ const config = { // If you aren't using GitHub pages, you don't need these. organizationName: 'jackallabs', // Usually your GitHub org/user name. projectName: 'canine-docs', // Usually your repo name. - + trailingSlash: false, // Even if you don't use internalization, you can use this field to set useful // metadata like html lang. For example, if your site is Chinese, you may want // to replace "en" with "zh-Hans".