From 45baeb0d085ca5a4fc125b0f92ced5c6f047307e Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:54:03 -0500 Subject: [PATCH] corrected blog editUrl --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4ce981b..0df2efd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -48,7 +48,7 @@ const config = { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: "https://github.com/LukeHagar/plex-docs/tree/main/blog", + editUrl: "https://github.com/LukeHagar/plex-docs/tree/main", }, theme: { customCss: require.resolve("./src/css/custom.css"),