Fix docusaurus.config.ts baseUrl

This commit is contained in:
PhilKes 2025-04-05 16:07:10 +02:00
parent 56683d5255
commit 1f6afb03d4

View file

@ -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,