Skip to content

Commit b1ccc88

Browse files
authored
Update prefix for docs edit links (metalift#86)
1 parent f9a36b4 commit b1ccc88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ const config = {
2626
docs: {
2727
sidebarPath: require.resolve('./sidebars.js'),
2828
// Please change this to your repo.
29-
editUrl: 'https://github.com/metalift/metalift/tree/main/docs',
29+
editUrl: 'https://github.com/metalift/metalift/tree/main/website',
3030
remarkPlugins: [math],
3131
rehypePlugins: [katex],
3232
},
3333
blog: {
3434
showReadingTime: true,
3535
// Please change this to your repo.
3636
editUrl:
37-
'https://github.com/metalift/metalift/tree/main/docs',
37+
'https://github.com/metalift/metalift/tree/main/website',
3838
},
3939
theme: {
4040
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)