diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 80a0c7c..b4b2387 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -38,7 +38,7 @@ const config: Config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/psake/docs/tree/main/docs', + 'https://github.com/psake/docs/blob/main/docs', }, blog: { showReadingTime: true, @@ -49,7 +49,7 @@ const config: Config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/psake/docs/tree/main/blog', + 'https://github.com/psake/docs/blob/main/blog', // Useful options to enforce blogging best practices onInlineTags: 'warn', onInlineAuthors: 'warn',