Skip to content

Commit ee33ef4

Browse files
committed
Fixed (tmp/easy) external links icon on navbar
1 parent 22b495a commit ee33ef4

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docusaurus.config.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ module.exports = {
5656
},
5757
],
5858
},
59-
{to: 'blog', label: 'Blog', position: 'left'},
59+
{
60+
to: 'blog',
61+
label: 'Blog',
62+
position: 'left'
63+
},
6064
{
6165
to: 'plugily/translate/',
6266
label: 'Translate',
@@ -78,23 +82,23 @@ module.exports = {
7882
position: 'left',
7983
},
8084
{
81-
href: 'https://patreon.com/plugily',
85+
to: 'https://patreon.com/plugily',
8286
label: 'Patreon',
8387
position: 'right',
8488
},
8589
{
86-
href: 'https://donate.plugily.xyz',
90+
to: 'https://donate.plugily.xyz',
8791
label: 'Donate',
8892
position: 'right',
8993
},
9094
{
91-
href: 'https://github.com/Plugily-Projects',
95+
to: 'https://github.com/Plugily-Projects',
9296
label: 'GitHub',
9397
position: 'right',
9498
},
9599
{
96100
label: 'Discord',
97-
href: 'https://discord.plugily.xyz',
101+
to: 'https://discord.plugily.xyz',
98102
position: 'right',
99103
},
100104
],

0 commit comments

Comments
 (0)