Fix edit page link

This commit is contained in:
Telesphoreo 2024-12-01 22:54:54 -06:00
parent 813e10abdf
commit 126c94c3c6

View File

@ -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',