Skip to content

Commit 518d12b

Browse files
committed
chore: fix incorrect docusaurus editUrl
1 parent 36061f6 commit 518d12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const presetClassicOptions = {
9595
docs: {
9696
sidebarPath: require.resolve('./sidebars.js'),
9797
// Please change this to your repo.
98-
editUrl: 'https://github.com/msgbyte/tailchat-website/edit/master/website/',
98+
editUrl: 'https://github.com/msgbyte/tailchat/edit/master/website/',
9999
},
100100
blog: {
101101
postsPerPage: 5,

0 commit comments

Comments
 (0)