From 1f66fdb9532766dd18138074c28255b79e52eebf Mon Sep 17 00:00:00 2001 From: Mayur Deshmukh Date: Mon, 30 Oct 2023 20:48:45 +0530 Subject: [PATCH] hotfix: absolute url for matomo icon in microsite Signed-off-by: Mayur Deshmukh --- microsite/data/plugins/analytics-module-matomo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/data/plugins/analytics-module-matomo.yaml b/microsite/data/plugins/analytics-module-matomo.yaml index e71e7c41d7..a90d2897bb 100644 --- a/microsite/data/plugins/analytics-module-matomo.yaml +++ b/microsite/data/plugins/analytics-module-matomo.yaml @@ -5,6 +5,6 @@ authorUrl: https://redhat.com category: Monitoring description: Track usage of your Backstage instance using Matomo Analytics. documentation: https://github.com/janus-idp/backstage-plugins/blob/main/plugins/analytics-module-matomo/README.md -iconUrl: img/matomo.png +iconUrl: /img/matomo.png npmPackageName: '@janus-idp/backstage-plugin-analytics-module-matomo' addedDate: '2023-10-17'