Skip to content

Commit 12fb814

Browse files
committed
[Site] improve Docusaurus config
1 parent b1cb9b1 commit 12fb814

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ function reverseSidebarItems(items) {
2121
module.exports = {
2222
title: 'CS3216 Software Product Engineering for Digital Markets',
2323
tagline: 'Changing the world, one app at a time',
24-
url: 'https://www.cs3216.com',
24+
url: 'https://cs3216.com',
2525
baseUrl: '/',
26+
trailingSlash: true,
2627
onBrokenLinks: 'throw',
2728
onBrokenMarkdownLinks: 'warn',
2829
organizationName: 'cs3216', // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)