We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cb9b1 commit 12fb814Copy full SHA for 12fb814
website/docusaurus.config.js
@@ -21,8 +21,9 @@ function reverseSidebarItems(items) {
21
module.exports = {
22
title: 'CS3216 Software Product Engineering for Digital Markets',
23
tagline: 'Changing the world, one app at a time',
24
- url: 'https://www.cs3216.com',
+ url: 'https://cs3216.com',
25
baseUrl: '/',
26
+ trailingSlash: true,
27
onBrokenLinks: 'throw',
28
onBrokenMarkdownLinks: 'warn',
29
organizationName: 'cs3216', // Usually your GitHub org/user name.
0 commit comments