We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31e383e + 0bd397c commit 4cb1a96Copy full SHA for 4cb1a96
2 files changed
next.config.js
@@ -7,7 +7,7 @@ const nextConfig = {
7
dirs: ['src', 'e2e'],
8
},
9
images: {
10
- domains: ['bit.ly'],
+ domains: ['bit.ly', 'res.cloudinary.com'],
11
12
};
13
src/components/Events/Events.tsx
@@ -24,7 +24,7 @@ const events: EventData[] = [
24
title: 'Community Power Sessions',
25
description:
26
'Community members meet and share technical concepts with other members of the community.',
27
- image_url: '/images/community_sessions.jpg',
+ image_url: 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532589/website-images/community_sessions_xsyd8d.jpg',
28
target: 'https://www.youtube.com/channel/UC9_eVcPBk4T-DcZLHpQfy4w/videos',
29
30
{
0 commit comments