diff --git a/docusaurus.config.js b/docusaurus.config.js index 9b2f640..db9aeab 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -44,14 +44,14 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/retrofor/retrofor.github.io/blob/master/docs/', + 'https://github.com/retrofor/retrofor.github.io/blob/master/', }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/retrofor/retrofor.github.io/blob/master/blog/', + 'https://github.com/retrofor/retrofor.github.io/blob/master/', }, theme: { customCss: require.resolve('./src/css/custom.css'),