Skip to content

Commit

Permalink
Merge pull request #814 from aehrc/issue/692
Browse files Browse the repository at this point in the history
Change docusaurus site config #6
  • Loading branch information
fongsean authored May 24, 2024
2 parents 05bb378 + 2fa092a commit 4489694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config: Config = {
// If you aren't using GitHub pages, you don't need these.
organizationName: 'aehrc', // Usually your GitHub org/user name.
projectName: 'smart-forms', // Usually your repo name.\
trailingSlash: true,
trailingSlash: false,

onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit 4489694

Please sign in to comment.