Skip to content

Commit a293469

Browse files
committed
🔧Fix:change server image link to CDN
1 parent 31e383e commit a293469

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
@@ -16,7 +16,7 @@ const events: EventData[] = [
1616
title: 'Weekly Online Standups',
1717
description:
1818
'Weekly open calls in the community’s Telegram group discussing industry-related topics.',
19-
image_url: '/images/weekly_standups.jpg',
19+
image_url: 'https://res.cloudinary.com/reactjs-devs-ke/image/upload/v1678532588/website-images/learning-image_eylqwm.jpg',
2020
target: 'https://bit.ly/joinreactdevske',
2121
},
2222
{

0 commit comments

Comments
 (0)