Skip to content

Commit 096e57b

Browse files
committed
Github pages config
1 parent eaa7242 commit 096e57b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ const config = {
1010
tagline:
1111
"Imagine a place where you can learn how to create a Discord Bot",
1212
url: "https://guide.pycord.dev",
13+
trailingSlash: false,
1314
baseUrl: "/",
1415
onBrokenLinks: "throw",
1516
onBrokenMarkdownLinks: "warn",
1617
favicon: "img/favicon.ico",
1718
organizationName: "Pycord-Development", // Usually your GitHub org/user name.
18-
projectName: "Guide", // Usually your repo name.
19+
projectName: "guide", // Usually your repo name.
1920
plugins: ["docusaurus-plugin-sass"],
2021
presets: [
2122
[

0 commit comments

Comments
 (0)