fixed edit paths

This commit is contained in:
burrrata 2020-05-08 22:12:15 -04:00
parent cd0cbadb85
commit f309d1d580
1 changed files with 2 additions and 2 deletions

View File

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