mirror of
https://github.com/plexusorg/Website.git
synced 2025-02-11 03:30:07 +00:00
Fix edit page link
This commit is contained in:
parent
813e10abdf
commit
126c94c3c6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const config: Config = {
|
||||||
docs: {
|
docs: {
|
||||||
sidebarPath: './sidebars.ts',
|
sidebarPath: './sidebars.ts',
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/plexusorg/Website/tree/master',
|
'https://github.com/plexusorg/Website/tree/new',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: './src/css/custom.css',
|
customCss: './src/css/custom.css',
|
||||||
|
|
Loading…
Reference in a new issue