From 1f6afb03d4080ef9a31357a742c395ae71d242cc Mon Sep 17 00:00:00 2001 From: PhilKes Date: Sat, 5 Apr 2025 16:07:10 +0200 Subject: [PATCH] Fix docusaurus.config.ts baseUrl --- documentation/docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,