Skip to content

Commit 8dfd7b0

Browse files
committed
Fixing bug
1 parent 0cf96e0 commit 8dfd7b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const config = {
1111
title: "CodeHarborHub",
1212
tagline: "A place to learn and grow",
1313
favicon: "img/favicon_io/favicon.ico",
14-
url: "https://codeharborhub.github.io",
15-
baseUrl: "tutorial",
14+
url: "https://codeharborhub.github.io/",
15+
baseUrl: "/tutorial/",
1616
customFields: {
1717
admin: "Ajay Dhangar",
1818
superman: "Shivay",
@@ -31,7 +31,7 @@ const config = {
3131
({
3232
// debug: true,
3333
docs: {
34-
sidebarPath: require.resolve("./sidebars.js"),
34+
sidebarPath: "./sidebars.js",
3535
editUrl: "https://github.com/codeharborhub/tutorial/edit/main/",
3636
routeBasePath: "/",
3737
remarkPlugins: [remarkMath],

0 commit comments

Comments
 (0)