Skip to content

Commit 5c26a25

Browse files
authored
Merge pull request #35 from mongodb-developer/revert-base-url
Revert baseUrl change
2 parents 7e808d5 + 02cf429 commit 5c26a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const config = {
8484
title: `${title}`,
8585
tagline: `${tagLine}`,
8686
url: `https://${workshopName}.github.io`,
87-
baseUrl: `/`,
87+
baseUrl: `/${workshopName}/`,
8888
projectName: `${organizationName}.github.io`,
8989
organizationName: `${organizationName}`,
9090
trailingSlash: false,

0 commit comments

Comments
 (0)