Skip to content

Commit 95730c1

Browse files
committed
fix: remove trailing slash
1 parent f6fe30d commit 95730c1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ const config: Config = {
2121
// For GitHub pages deployment, it is often '/<projectName>/'
2222
baseUrl: "/",
2323

24+
// Remove trailing slash from URLs
25+
trailingSlash: false,
26+
2427
// GitHub pages deployment config.
2528
// If you aren't using GitHub pages, you don't need these.
2629
organizationName: "meteostat", // Usually your GitHub org/user name.

static/favicon.ico

-14.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)