mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 20:29:54 +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',
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: '/NotallyX/blob/main/documentation/',
|
||||
baseUrl: '/NotallyX/',
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// 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.
|
||||
// Remove this to remove the "edit this page" links.
|
||||
editUrl:
|
||||
'https://github.com/PhilKes/NotallyX/',
|
||||
'https://github.com/PhilKes/NotallyX/blob/main/documentation',
|
||||
},
|
||||
blog: {
|
||||
showReadingTime: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue