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 eaa7242 commit 096e57bCopy full SHA for 096e57b
docusaurus.config.js
@@ -10,12 +10,13 @@ const config = {
10
tagline:
11
"Imagine a place where you can learn how to create a Discord Bot",
12
url: "https://guide.pycord.dev",
13
+ trailingSlash: false,
14
baseUrl: "/",
15
onBrokenLinks: "throw",
16
onBrokenMarkdownLinks: "warn",
17
favicon: "img/favicon.ico",
18
organizationName: "Pycord-Development", // Usually your GitHub org/user name.
- projectName: "Guide", // Usually your repo name.
19
+ projectName: "guide", // Usually your repo name.
20
plugins: ["docusaurus-plugin-sass"],
21
presets: [
22
[
0 commit comments