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 c2088ad commit c0429a5Copy full SHA for c0429a5
docusaurus.config.js
@@ -12,15 +12,16 @@ const config = {
12
tagline: "A place to learn and grow",
13
favicon: "img/favicon_io/favicon.ico",
14
url: "https://codeharborhub.github.io",
15
- baseUrl: "/tutorial/",
+ // baseUrl: "/tutorial/",
16
+ baseUrl: "/",
17
customFields: {
18
admin: "Ajay Dhangar",
19
superman: "Shivay",
20
},
21
22
organizationName: "codeharborhub",
23
projectName: "tutorial",
-
24
+ trailingSlash: false,
25
onBrokenLinks: "throw",
26
27
// ==== // ❌ Deprecated usage ==============
0 commit comments