From 7ee093a262010754e0833528e00cf2bff8e10aff Mon Sep 17 00:00:00 2001 From: YuKun Liu <41265098+mrxiaozhuox@users.noreply.github.com> Date: Sat, 26 Mar 2022 21:53:10 +0800 Subject: [PATCH] feat: commit code --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ddb7ffb..e4163f3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -25,13 +25,13 @@ const config = { sidebarPath: require.resolve("./sidebars.js"), // Please change this to your repo. editUrl: - "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/", + "https://github.com/DioxusChina/website/tree/main/", }, blog: { showReadingTime: true, // Please change this to your repo. editUrl: - "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/", + "https://github.com/DioxusChina/website/tree/main/", }, theme: { customCss: require.resolve("./src/css/custom.css"),