Skip to content

Commit

Permalink
feat: add trailing slash config
Browse files Browse the repository at this point in the history
  • Loading branch information
elibosley committed Aug 23, 2023
1 parent e092813 commit b10e5b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ const config = {
favicon: "img/favicon.svg", // https://dev.to/masakudamatsu/favicon-nightmare-how-to-maintain-sanity-3al7

// Set the production url of your site here
url: "https://docs.unraid.net",
url: "https://docs.unraid.net/",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",

trailingSlash: true,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "unraid", // Usually your GitHub org/user name.
Expand Down

0 comments on commit b10e5b8

Please sign in to comment.