From 6724006fc83449ddc6b0dc9d7fbb9c9eee75284f Mon Sep 17 00:00:00 2001 From: vox hunter Date: Mon, 7 Apr 2025 12:11:13 +0700 Subject: [PATCH] test --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index bae2306..a026ed9 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -12,7 +12,7 @@ const config: Config = { url: "https://openwebui.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/", + baseUrl: "/docs/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.