We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fe30d commit 95730c1Copy full SHA for 95730c1
2 files changed
docusaurus.config.ts
@@ -21,6 +21,9 @@ const config: Config = {
21
// For GitHub pages deployment, it is often '/<projectName>/'
22
baseUrl: "/",
23
24
+ // Remove trailing slash from URLs
25
+ trailingSlash: false,
26
+
27
// GitHub pages deployment config.
28
// If you aren't using GitHub pages, you don't need these.
29
organizationName: "meteostat", // Usually your GitHub org/user name.
static/favicon.ico
-14.7 KB
0 commit comments