Skip to content

Commit 9ca697d

Browse files
authored
Merge pull request #29 from backstage/timbonicus/tools-images
Fix Tools images not showing due to CSP
2 parents 06b4000 + 4196404 commit 9ca697d

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

packages/app/public/google-cloud.png

6.64 KB
Loading

packages/app/public/graphiql.png

16.3 KB
Loading

packages/app/public/tech-radar.png

59 KB
Loading

packages/app/src/tools.ts

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,22 @@ export const exampleTools = [
44
description:
55
'Tech Radar is a list of technologies, complemented by an assessment result, called ring assignment.',
66
url: '/tech-radar',
7-
image:
8-
'https://storage.googleapis.com/wf-blogs-engineering-media/2018/09/fe13bb32-wf-tech-radar-hero-1024x597.png',
7+
image: '/tech-radar.png',
98
tags: ['standards', 'landscape'],
109
},
1110
{
1211
title: 'Cost Insights',
1312
description: 'Insights into cloud costs for your organization.',
1413
url: '/cost-insights',
15-
image: 'https://cloud.google.com/images/press/logo-cloud.png',
14+
image: '/google-cloud.png',
1615
tags: ['cloud', 'finops'],
1716
},
1817
{
1918
title: 'GraphiQL',
2019
description:
2120
'Integrates GraphiQL as a tool to browse GraphiQL endpoints inside Backstage.',
2221
url: '/graphiql',
23-
image:
24-
'https://camo.githubusercontent.com/517398c3fbe0687d3d4dcbe05da82970b882e75a/68747470733a2f2f64337676366c703535716a6171632e636c6f756466726f6e742e6e65742f6974656d732f33413061324e314c3346324f304c3377326e316a2f477261706869514c382e706e673f582d436c6f75644170702d56697369746f722d49643d3433363432',
22+
image: '/graphiql.png',
2523
tags: ['graphql', 'dev'],
2624
},
2725
];

0 commit comments

Comments
 (0)