fix: correct editUrl

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
Yue Yang 2020-11-05 11:29:11 +08:00
parent ad33d08b57
commit dbca98be32
1 changed files with 2 additions and 2 deletions

View File

@ -113,12 +113,12 @@ module.exports = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/chaos-mesh/chaos-mesh/edit/master/website/',
editUrl: 'https://github.com/chaos-mesh/website/edit/master/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl: 'https://github.com/chaos-mesh/chaos-mesh/edit/master/website/',
editUrl: 'https://github.com/chaos-mesh/website/edit/master/',
},
theme: {
customCss: require.resolve('./src/styles/custom.css'),