From fbfdc7784e1bd0e640da75610c9d63949f3e4ba2 Mon Sep 17 00:00:00 2001 From: SKPG-Tech <42890752+SKPG-Tech@users.noreply.github.com> Date: Sun, 24 Mar 2024 14:07:14 +0200 Subject: [PATCH] Revert "Remove `/ppl-docs/` from `baseUrl`" This reverts commit 63c0bbed62604c23e7f26773cff9deec98ec1dc0. --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index a693fd3..bcaa378 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -7,7 +7,7 @@ const config: Config = { tagline: "Documentation for PewPew Live", favicon: "img/favicon.ico", url: "https://pewpewlive.github.io/", - baseUrl: "/", + baseUrl: "/ppl-docs/", organizationName: "pewpewlive", projectName: "docs", onBrokenLinks: "throw",