Skip to content

Commit

Permalink
feat(config): set trailing slash flag true
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpmi committed Jun 17, 2024
1 parent f2838d2 commit adb36c9
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 @@ -137,7 +137,7 @@ const config: Config = {
}
} satisfies Preset.ThemeConfig,

trailingSlash: false,
trailingSlash: true,
};

export default config;

0 comments on commit adb36c9

Please sign in to comment.