improve edit links

This commit is contained in:
Legacy Installer 2024-01-09 11:43:15 +05:30
parent a106e27844
commit d0fed36bfa

View File

@ -44,7 +44,7 @@ const config = {
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
editUrl: editUrl:
'https://github.com/InstallerLegacy/virtualhub.eu.org/tree/main/', 'https://github.com/InstallerLegacy/virtualhub.eu.org/edit/main/',
routeBasePath: '/', routeBasePath: '/',
showLastUpdateAuthor: true, showLastUpdateAuthor: true,
showLastUpdateTime: true, showLastUpdateTime: true,
@ -54,7 +54,7 @@ const config = {
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
editUrl: editUrl:
'https://github.com/InstallerLegacy/virtualhub.eu.org/tree/main/', 'https://github.com/InstallerLegacy/virtualhub.eu.org/edit/main/',
blogTitle: 'VirtualHub Blog', blogTitle: 'VirtualHub Blog',
blogDescription: 'The VirtualHub Blog.', blogDescription: 'The VirtualHub Blog.',
}, },