Skip to content

Commit

Permalink
fix: disable-trailing-slash
Browse files Browse the repository at this point in the history
  • Loading branch information
gulam159 authored Dec 11, 2024
1 parent 6633204 commit 1bd6e3d
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 1bd6e3d

Please sign in to comment.