Skip to content

Commit c7b9740

Browse files
authored
Merge pull request #2 from MPUSP/dev
fix: change base url to root
2 parents 3170eb6 + 2773d3f commit c7b9740

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
@@ -13,7 +13,7 @@ const config = {
1313
url: "https://mpusp.github.io",
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: "/mpusp.github.io/",
16+
baseUrl: "/",
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.

0 commit comments

Comments
 (0)