From 7dc789f923fc12955b6112466370907c316b8643 Mon Sep 17 00:00:00 2001 From: JayJay1024 Date: Wed, 24 Apr 2024 15:51:35 +0800 Subject: [PATCH] Fix editUrl config --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 348d025..14db22e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -38,7 +38,7 @@ const config: Config = { sidebarPath: "./sidebars.ts", // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: "https://github.com/helix-bridge/helix-docs/", + editUrl: "https://github.com/helix-bridge/helix-docs/tree/main", }, blog: false, theme: {