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 0cf96e0 commit 8dfd7b0Copy full SHA for 8dfd7b0
docusaurus.config.js
@@ -11,8 +11,8 @@ const config = {
11
title: "CodeHarborHub",
12
tagline: "A place to learn and grow",
13
favicon: "img/favicon_io/favicon.ico",
14
- url: "https://codeharborhub.github.io",
15
- baseUrl: "tutorial",
+ url: "https://codeharborhub.github.io/",
+ baseUrl: "/tutorial/",
16
customFields: {
17
admin: "Ajay Dhangar",
18
superman: "Shivay",
@@ -31,7 +31,7 @@ const config = {
31
({
32
// debug: true,
33
docs: {
34
- sidebarPath: require.resolve("./sidebars.js"),
+ sidebarPath: "./sidebars.js",
35
editUrl: "https://github.com/codeharborhub/tutorial/edit/main/",
36
routeBasePath: "/",
37
remarkPlugins: [remarkMath],
0 commit comments