From c652d0b5853fb1b87d2176fc129c5636f3fb9e0b Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Mon, 9 Dec 2024 18:12:49 -0300 Subject: [PATCH] fix: nvm edit-this-page button still didnt work --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index c4be76e..c490ac3 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -33,7 +33,7 @@ const config: Config = { // Disables the landing page routeBasePath: "/", editUrl: - "https://github.com/ublue-os/bluefin-docs/tree/main/packages", + "https://github.com/ublue-os/bluefin-docs/tree/main", }, theme: { customCss: "./src/css/custom.css",