Skip to content

Commit b3257e3

Browse files
committed
Fix invalid remote image URL
Signed-off-by: Eduard Itrich <[email protected]> on-behalf-of: @porscheofficial <[email protected]>
1 parent 2716b78 commit b3257e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

data/news.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ items:
33
- title: |
44
Nik Peters elected as member of TODO Group Steering Committee 2024
55
url: https://todogroup.org/blog/2024-steering-committee/
6-
imageSrc: https://github.com/todogroup/todogroup.org/assets/43671777/0a4cfd31-89fb-49d6-a38b-797f4c20c40f
6+
imageSrc: https://github-production-user-asset-6210df.s3.amazonaws.com/43671777/287491838-0a4cfd31-89fb-49d6-a38b-797f4c20c40f.png
77
imageAlt: TODO Group Steering Committee 2024
88
- title: |
99
FOSS Movement: Porsche accelerates open source initiative with board member support

data/projects.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ items:
88
status: Upstream
99
- title: Porsche Design System
1010
repo: https://github.com/porsche-design-system/porsche-design-system
11-
imageSrc: https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/crest/src/porsche-crest%403x.png
11+
imageSrc: https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/assets/projects/crest/src/porsche-crest%403x.png
1212
imageAlt: Porsche Design System Avatar
1313
status: Public
1414
- title: OSS Review Toolkit
@@ -24,7 +24,7 @@ items:
2424
status: Public
2525
- title: Porsche Design System China (PUI-CN)
2626
repo: https://github.com/porsche-design-system/porsche-design-system-china
27-
imageSrc: https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/crest/src/porsche-crest%403x.png
27+
imageSrc: https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/assets/projects/crest/src/porsche-crest%403x.png
2828
imageAlt: Porsche Design System Avatar
2929
status: Public
3030
- title: Porsche Open Source Platform

remoteOptimizedImages.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module.exports = [
22
"https://raw.githubusercontent.com/oss-review-toolkit/ort/main/logos/logo.png",
33
"https://raw.githubusercontent.com/porscheofficial/cookie-consent-banner/main/assets/logo.svg",
4-
"https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/crest/src/porsche-crest%403x.png",
4+
"https://raw.githubusercontent.com/porsche-design-system/porsche-design-system/main/packages/assets/projects/crest/src/porsche-crest%403x.png",
55
"https://gitlab.com/uploads/-/system/group/avatar/13943452/terraform-icon.png?width=500.png",
66
"https://eslint.org/icon-512.png",
77
"https://developer.android.com/static/images/brand/Android_Robot.png",
88
"https://raw.githubusercontent.com/mbeddr/mbeddr.core/master/logos/2013/blue_orange/LogoBigTransparent.png",
99
"https://uploads-ssl.webflow.com/6419a4c2c9609e21b02a47e8/6454e539d4ea54c08e42aedb_Frame%2010683.png",
1010
"https://newsroom.porsche.com/.imaging/mte/porsche-templating-theme/image_690x388/dam/pnr/other/executive-board/Meschke/pictures-NEW/New/Meschke1.jpg/jcr:content/Meschke1.jpg",
1111
"https://www.linuxfoundation.org/hubfs/OSPO_FeaturedImage.png",
12-
"https://github.com/todogroup/todogroup.org/assets/43671777/0a4cfd31-89fb-49d6-a38b-797f4c20c40f",
12+
"https://github-production-user-asset-6210df.s3.amazonaws.com/43671777/287491838-0a4cfd31-89fb-49d6-a38b-797f4c20c40f.png",
1313
];

0 commit comments

Comments
 (0)