We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12af5d9 commit 9e1ba91Copy full SHA for 9e1ba91
1 file changed
admin/src/index.ts
@@ -25,8 +25,9 @@ export default {
25
register(app: StrapiApp) {
26
console.log(`[${pluginId}] Registering plugin...`);
27
28
+ // Menu link - path should be relative to root (no leading slash)
29
app.addMenuLink({
- to: `/plugins/${pluginId}`,
30
+ to: `plugins/${pluginId}`,
31
icon: PluginIcon as any,
32
intlLabel: {
33
id: `${pluginId}.Admin.MainMenu.PluginName`,
0 commit comments