diff --git a/docusaurus.config.js b/docusaurus.config.js index c02b6d4..c2196b5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -120,13 +120,13 @@ module.exports = { sidebarPath: require.resolve('./sidebars.js'), // Please change this to your repo. editUrl: - 'https://github.com/facebook/docusaurus/edit/master/website/', + 'https://github.com/te-temp/te-website/edit/master/', }, blog: { showReadingTime: true, // Please change this to your repo. editUrl: - 'https://github.com/facebook/docusaurus/edit/master/website/blog/', + 'https://github.com/te-temp/te-website/edit/master/te-website/blog/', }, theme: { customCss: require.resolve('./src/css/custom.css'),