Skip to content

Commit 2e1bce7

Browse files
authored
Merge pull request #122 from sdkman/fix-trailing-slash
Fix trailing slash config
2 parents 09913e7 + 8a1878b commit 2e1bce7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { themes as prismThemes } from 'prism-react-renderer';
2-
import type { Config } from '@docusaurus/types';
31
import type * as Preset from '@docusaurus/preset-classic';
2+
import type { Config } from '@docusaurus/types';
3+
import { themes as prismThemes } from 'prism-react-renderer';
44

55
const config: Config = {
66
title: 'SDKMAN! the Software Development Kit Manager',
@@ -13,6 +13,8 @@ const config: Config = {
1313
// For GitHub pages deployment, it is often '/<projectName>/'
1414
baseUrl: '/',
1515

16+
trailingSlash: false,
17+
1618
// GitHub pages deployment config.
1719
// If you aren't using GitHub pages, you don't need these.
1820
organizationName: 'sdkman', // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)