From 5f28408e050d1ae279f29860f7489a489dcea3eb Mon Sep 17 00:00:00 2001 From: Evo <85353424+EvolutionX-10@users.noreply.github.com> Date: Wed, 17 Aug 2022 22:20:05 +0530 Subject: [PATCH] fix: edit the page link (#1) --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 769fd70f0..fe8d7d60d 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,