mirror of
https://github.com/plexusorg/Website.git
synced 2024-11-14 16:43:33 +00:00
Fix wrong URL
This commit is contained in:
parent
c607c5a8f7
commit
ec11391ed3
@ -23,7 +23,7 @@ const config = {
|
|||||||
({
|
({
|
||||||
docs: {
|
docs: {
|
||||||
sidebarPath: require.resolve('./sidebars.js'),
|
sidebarPath: require.resolve('./sidebars.js'),
|
||||||
editUrl: 'https://github.com/plexusorg/docs/tree/master',
|
editUrl: 'https://github.com/plexusorg/Website/tree/master',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve('./src/css/custom.css'),
|
customCss: require.resolve('./src/css/custom.css'),
|
||||||
|
Loading…
Reference in New Issue
Block a user