From 207afcde58efec95f5a20fc2a13f4aca3f4c6d63 Mon Sep 17 00:00:00 2001 From: PiotrWodecki Date: Thu, 12 Feb 2026 11:13:24 +0100 Subject: [PATCH] Change basepath to /docs --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 5b20e71..015c3ed 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -148,7 +148,7 @@ const config: Config = { url: "https://docs.fishjam.io/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/", + baseUrl: "/docs", trailingSlash: false, // GitHub pages deployment config.