Skip to content

Commit 0ab58de

Browse files
committed
feat: Change repo url
1 parent 0837c47 commit 0ab58de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ const config: Config = {
2222
{
2323
docs: {
2424
sidebarPath: './sidebars.ts',
25-
editUrl: "https://github.com/Boxmine-World/docsbox/edit/main/",
25+
editUrl: "https://github.com/BoxMineWorld/docsbox/edit/main/",
2626
},
2727
blog: {
2828
showReadingTime: true,
29-
editUrl: "https://github.com/Boxmine-World/docsbox/edit/main/blog/",
29+
editUrl: "https://github.com/BoxMineWorld/docsbox/edit/main/blog/",
3030
},
3131
theme: {
3232
customCss: './src/css/custom.css',
@@ -59,7 +59,7 @@ const config: Config = {
5959
position: "left",
6060
},
6161
{
62-
href: "https://github.com/Boxmine-World",
62+
href: "https://github.com/BoxMineWorld",
6363
label: "GitHub",
6464
position: "right",
6565
},
@@ -100,7 +100,7 @@ const config: Config = {
100100
items: [
101101
{
102102
label: "GitHub",
103-
href: "https://github.com/Boxmine-World",
103+
href: "https://github.com/BoxMineWorld",
104104
},
105105
],
106106
},

0 commit comments

Comments
 (0)