Skip to content

Commit 4cb1a96

Browse files
authored
Merge pull request #119 from remigathoni/change-community-events-image
Change community events image
2 parents 31e383e + 0bd397c commit 4cb1a96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const nextConfig = {
77
dirs: ['src', 'e2e'],
88
},
99
images: {
10-
domains: ['bit.ly'],
10+
domains: ['bit.ly', 'res.cloudinary.com'],
1111
},
1212
};
1313

src/components/Events/Events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const events: EventData[] = [
2424
title: 'Community Power Sessions',
2525
description:
2626
'Community members meet and share technical concepts with other members of the community.',
27-
image_url: '/images/community_sessions.jpg',
27+
image_url: 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532589/website-images/community_sessions_xsyd8d.jpg',
2828
target: 'https://www.youtube.com/channel/UC9_eVcPBk4T-DcZLHpQfy4w/videos',
2929
},
3030
{

0 commit comments

Comments
 (0)