mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 12:19:55 +00:00
Fix docusaurus.config.ts baseUrl
This commit is contained in:
parent
56683d5255
commit
1f6afb03d4
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ const config: Config = {
|
||||||
url: 'https://github.com',
|
url: 'https://github.com',
|
||||||
// Set the /<baseUrl>/ pathname under which your site is served
|
// Set the /<baseUrl>/ pathname under which your site is served
|
||||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||||
baseUrl: '/NotallyX/blob/main/documentation/',
|
baseUrl: '/NotallyX/',
|
||||||
|
|
||||||
// GitHub pages deployment config.
|
// GitHub pages deployment config.
|
||||||
// If you aren't using GitHub pages, you don't need these.
|
// If you aren't using GitHub pages, you don't need these.
|
||||||
|
@ -41,7 +41,7 @@ const config: Config = {
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/PhilKes/NotallyX/',
|
'https://github.com/PhilKes/NotallyX/blob/main/documentation',
|
||||||
},
|
},
|
||||||
blog: {
|
blog: {
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue