From 96283b2d453bc061925c9cfd7d47a32839007fb6 Mon Sep 17 00:00:00 2001 From: Evo <85353424+EvolutionX-10@users.noreply.github.com> Date: Wed, 17 Aug 2022 22:21:47 +0530 Subject: [PATCH] fix: edit the page link (#1) (#15) --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 769fd70..fe8d7d6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -39,7 +39,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/sern-handler/website/edit/main/', }, blog: { showReadingTime: true,