We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56683d5 commit 1f6afb0Copy full SHA for 1f6afb0
documentation/docusaurus.config.ts
@@ -13,7 +13,7 @@ const config: Config = {
13
url: 'https://github.com',
14
// Set the /<baseUrl>/ pathname under which your site is served
15
// For GitHub pages deployment, it is often '/<projectName>/'
16
- baseUrl: '/NotallyX/blob/main/documentation/',
+ baseUrl: '/NotallyX/',
17
18
// GitHub pages deployment config.
19
// If you aren't using GitHub pages, you don't need these.
@@ -41,7 +41,7 @@ const config: Config = {
41
// Please change this to your repo.
42
// Remove this to remove the "edit this page" links.
43
editUrl:
44
- 'https://github.com/PhilKes/NotallyX/',
+ 'https://github.com/PhilKes/NotallyX/blob/main/documentation',
45
},
46
blog: {
47
showReadingTime: true,
0 commit comments