From 56e78066e4b82a4e2473d8a97c5a8b0510ed006b Mon Sep 17 00:00:00 2001 From: sxyazi Date: Mon, 23 Oct 2023 16:55:07 +0800 Subject: [PATCH] fix: editUrl --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4d537720..5f907f3d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -35,13 +35,13 @@ const config = { sidebarPath: require.resolve("./sidebars.js"), // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: "https://github.com/yazi-rs/tree/main/", + editUrl: "https://github.com/yazi-rs/yazi-rs.github.io/edit/main/", }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: "https://github.com/yazi-rs/tree/main/", + editUrl: "https://github.com/yazi-rs/yazi-rs.github.io/edit/main/", }, theme: { customCss: require.resolve("./src/css/custom.css"),