Skip to content

Commit

Permalink
Merge pull request #819 from orkes-io/disable-trailing-slash
Browse files Browse the repository at this point in the history
fix: disable-trailing-slash
  • Loading branch information
liivw authored Dec 11, 2024
2 parents 6633204 + 1bd6e3d commit 3542159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config = {
favicon: "https://orkes.io/icons/icon-144x144.png",
organizationName: "orkes-io", // Usually your GitHub org/user name.
projectName: "docs", // Usually your repo name.
trailingSlash: true,
trailingSlash: false,
scripts: [
"https://www.googletagmanager.com/gtag/js?id=G-4400JPTLRF",
{
Expand Down

0 comments on commit 3542159

Please sign in to comment.