We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e383e commit a293469Copy full SHA for a293469
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
@@ -16,7 +16,7 @@ const events: EventData[] = [
16
title: 'Weekly Online Standups',
17
description:
18
'Weekly open calls in the community’s Telegram group discussing industry-related topics.',
19
- image_url: '/images/weekly_standups.jpg',
+ image_url: 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/learning-image_eylqwm.jpg',
20
target: 'https://bit.ly/joinreactdevske',
21
22
{
0 commit comments