From a4fed95e092c31424ac6d785cfce26623270ffe7 Mon Sep 17 00:00:00 2001 From: LIlGG <1103069291@qq.com> Date: Mon, 29 Sep 2025 12:01:59 +0800 Subject: [PATCH] upage docs baseurl --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index d83447b..17b90e8 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -11,7 +11,7 @@ const config = { url: 'https://halo-dev.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/upage/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.