Skip to content

Commit 1f6afb0

Browse files
committed
Fix docusaurus.config.ts baseUrl
1 parent 56683d5 commit 1f6afb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: Config = {
1313
url: 'https://github.com',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: '/NotallyX/blob/main/documentation/',
16+
baseUrl: '/NotallyX/',
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
@@ -41,7 +41,7 @@ const config: Config = {
4141
// Please change this to your repo.
4242
// Remove this to remove the "edit this page" links.
4343
editUrl:
44-
'https://github.com/PhilKes/NotallyX/',
44+
'https://github.com/PhilKes/NotallyX/blob/main/documentation',
4545
},
4646
blog: {
4747
showReadingTime: true,

0 commit comments

Comments
 (0)