Commit 63b561b3 by Roman Misyurin Committed by Dominik Prokop

PluginPage: replace plugin absolute url with relative (#19956)

parent 6edc91ac
......@@ -403,7 +403,7 @@ function getPluginTabsNav(
text: meta.name,
img: meta.info.logos.large,
subTitle: meta.info.author.name,
breadcrumbs: [{ title: 'Plugins', url: '/plugins' }],
breadcrumbs: [{ title: 'Plugins', url: 'plugins' }],
url: `${appSubUrl}${path}`,
children: setActivePage(query.page as string, pages, defaultPage),
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment