fix: fix the url path to include branch

This commit is contained in:
nadeemb53 2025-02-20 02:15:52 +05:30
parent f42086a06b
commit 3dfb3bedf9
No known key found for this signature in database
GPG Key ID: 92A926811E383A76

View File

@ -39,7 +39,7 @@ const config: Config = {
{ {
docs: { docs: {
sidebarPath: './sidebars.ts', sidebarPath: './sidebars.ts',
editUrl: 'https://github.com/status-im/docs.status.network', editUrl: 'https://github.com/status-im/docs.status.network/tree/develop',
routeBasePath: '/', routeBasePath: '/',
showLastUpdateTime: true, showLastUpdateTime: true,
}, },