diff --git a/documentation/docusaurus.config.ts b/documentation/docusaurus.config.ts index 9d7ee0b9..74a3fd2f 100644 --- a/documentation/docusaurus.config.ts +++ b/documentation/docusaurus.config.ts @@ -13,7 +13,7 @@ const config: Config = { url: 'https://github.com', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - 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,