Skip to content

Commit c0429a5

Browse files
committed
fix(config): error
1 parent c2088ad commit c0429a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ const config = {
1212
tagline: "A place to learn and grow",
1313
favicon: "img/favicon_io/favicon.ico",
1414
url: "https://codeharborhub.github.io",
15-
baseUrl: "/tutorial/",
15+
// baseUrl: "/tutorial/",
16+
baseUrl: "/",
1617
customFields: {
1718
admin: "Ajay Dhangar",
1819
superman: "Shivay",
1920
},
2021

2122
organizationName: "codeharborhub",
2223
projectName: "tutorial",
23-
24+
trailingSlash: false,
2425
onBrokenLinks: "throw",
2526

2627
// ==== // ❌ Deprecated usage ==============

0 commit comments

Comments
 (0)