From 22ba6ce248ac1d737d9f8d6488988014cf482065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=8E=9D=E2=8E=9D=EF=BC=B6=EF=BC=AF=EF=BC=B8=20=E2=8E=A0?= =?UTF-8?q?=E2=8E=A0?= Date: Mon, 7 Apr 2025 09:27:31 +0700 Subject: [PATCH] Update docusaurus.config.ts --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 8071952..8efa918 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: "/docs/", + baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.