Skip to content

Commit e04a924

Browse files
author
BrunoCiccarino
committed
fix(config): fixxing docusaurus config.ts
1 parent 7a15074 commit e04a924

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const config: Config = {
4040
// Please change this to your repo.
4141
// Remove this to remove the "edit this page" links.
4242
editUrl:
43-
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
43+
'https://github.com/fastvim/fastvim.github.io/',
4444
},
4545
theme: {
4646
customCss: './src/css/custom.css',
@@ -87,10 +87,6 @@ const config: Config = {
8787
{
8888
title: 'Community',
8989
items: [
90-
{
91-
label: 'Stack Overflow',
92-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
93-
},
9490
{
9591
label: 'Discord',
9692
href: 'https://discordapp.com/invite/docusaurus',

0 commit comments

Comments
 (0)