Skip to content

Commit 70ac015

Browse files
committed
fix build
1 parent 69c4e52 commit 70ac015

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docusaurus.config.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = {
2222
label: 'Docs',
2323
position: 'left',
2424
},
25-
{to: 'blog', label: 'Blog', position: 'left'},
2625
{
2726
href: 'https://github.com/facebook/docusaurus',
2827
label: 'GitHub',
@@ -53,10 +52,6 @@ module.exports = {
5352
{
5453
title: 'More',
5554
items: [
56-
{
57-
label: 'Blog',
58-
to: 'blog/',
59-
},
6055
{
6156
label: 'GitHub',
6257
href: 'https://github.com/facebook/docusaurus',
@@ -75,13 +70,7 @@ module.exports = {
7570
sidebarPath: require.resolve('./sidebars.js'),
7671
editUrl:
7772
'https://github.com/facebook/docusaurus/edit/master/website/',
78-
},
79-
blog: {
80-
showReadingTime: true,
81-
// Please change this to your repo.
82-
editUrl:
83-
'https://github.com/facebook/docusaurus/edit/master/website/blog/',
84-
},
73+
}
8574
},
8675
],
8776
],

0 commit comments

Comments
 (0)