Skip to content

Commit 74be3fb

Browse files
authored
fix : rename event image content from src to media (#211)
1 parent fee7849 commit 74be3fb

File tree

21 files changed

+27
-27
lines changed

21 files changed

+27
-27
lines changed

src/components/EventCard/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ const isUpcomingEvent = dayjs().isBefore(event.data.date);
3333
)}
3434
>
3535
{
36-
!!event.data.image?.src && (
36+
!!event.data.image?.media && (
3737
<div
3838
class={cn(
3939
"pointer-events-none absolute bottom-0 left-0 right-0 top-0 -z-10 overflow-hidden",
4040
event.data.status === "cancelled" && "grayscale",
4141
)}
4242
>
4343
<Image
44-
src={event.data.image.src}
44+
src={event.data.image.media}
4545
alt=""
4646
class={cn(
4747
"absolute size-full bg-white/20 object-cover object-center transition duration-500 group-hover:scale-110",

src/content/events/2024-belgium-ottignies-louvain-la-neuve/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ excerpt: >
1212
for meetings focused on sharing experiences and constructive discussions. Our community continues to grow and has chosen Louvain-la-Neuve to
1313
host its first meetup in Belgium. Follow us and sign up for the meetup to be part of this unique experience!
1414
image:
15-
src: "./ottignies-louvain-la-neuve.jpg"
15+
media: "./ottignies-louvain-la-neuve.jpg"
1616
alt: "Ottignies-Louvain-la-Neuve"
1717
credit: EmDee on Wikipedia
1818
speakers:

src/content/events/2024-france-rouen/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ excerpt: >
2020
wanting to share their experiences, come enjoy a fulfilling day with a dozen
2121
conferences in the heart of Rouen.
2222
image:
23-
src: "./cover.jpeg"
23+
media: "./cover.jpeg"
2424
alt: "Gros Horloge, Rouen, France"
2525
credit: Gautier Salles
2626
cfp:

src/content/events/2024-malaisia-kuala-lumpur/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ excerpt: >
1313
to grow and has chosen Kuala Lumpur to host its first meetup in Malaysia. Follow us and sign up for the meetup to be part of this
1414
unique experience!
1515
image:
16-
src: "./cover.jpeg"
16+
media: "./cover.jpeg"
1717
alt: "PETRONAS Twin Tower, Kuala Lumpur, Malaysia"
1818
credit: Izuddin Helmi Adnan
1919
tickets:

src/content/events/2024-morocco-casablanca/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ excerpt: >
1212
tickets:
1313
href: https://lu.ma/pzhxq4kl?tk=dl71qA
1414
image:
15-
src: "./casablanca.jpg"
15+
media: "./casablanca.jpg"
1616
alt: "Hassan II Mosque, Casablanca, Morocco"
1717
credit: Mourad Saadi
1818
speakers:

src/content/events/2024-thailand-bangkok/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ excerpt: >
1212
enthusiasts for meetings focused on sharing experiences and constructive discussions. Our community continues to grow and has chosen Bangkok
1313
to host its first meetup in Thailand. Follow us and sign up for the meetup to be part of this unique experience!
1414
image:
15-
src: "./bangkok.jpg"
15+
media: "./bangkok.jpg"
1616
alt: "Grand Palace, Bangkok, Thailand"
1717
credit: Alejandro Cartagena
1818
tickets:

src/content/events/2024-tunisia-tunis/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ excerpt: >
1414
Tunisia to host its first conference day in Africa. Follow us
1515
and sign up for the meetup to be part of this unique experience!
1616
image:
17-
src: "./cover.jpg"
17+
media: "./cover.jpg"
1818
alt: "Habib Bourguiba Avenue, Tunis, Tunisia"
1919
credit: Hammami Ghazi
2020
coOrganizers:

src/content/events/2024-vietnam-da-nang/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ excerpt: >
1212
we’ll bring together tech and entrepreneurship enthusiasts for two talks, focused on sharing experiences and constructive discussions. Follow us and sign
1313
up for the meetup to be part of this unique experience!
1414
image:
15-
src: "./da-nang.jpg"
15+
media: "./da-nang.jpg"
1616
alt: "Bà Nà Hills Hand of the Gods, Da Nang, Vietnam"
1717
credit: Jet Dela Cruz
1818
tickets:

src/content/events/2024-vietnam-hanoi/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ excerpt: >
1313
community continues to grow and has chosen Vietnam to host its first meetup in Asia.
1414
Follow us and sign up for the meetup to be part of this unique experience!
1515
image:
16-
src: "./hanoi.jpg"
16+
media: "./hanoi.jpg"
1717
alt: Tran Quoc Pagoda
1818
credit: Ben Koorengevel
1919
speakers:

src/content/events/2025-thailand-bangkok/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ location:
1212
excerpt: >
1313
Fork It! is back in Thailand for its second meetup! After the success of our 2024 events in Asia, we’re excited to return to Bangkok in 2025. This event is all about connecting tech enthusiasts from diverse backgrounds to share experiences and network. Whether you’re a seasoned pro or just starting out, join us for an evening of learning and connection!
1414
image:
15-
src: "./bangkok.jpg"
15+
media: "./bangkok.jpg"
1616
alt: "Grand Palace, Bangkok, Thailand"
1717
credit: Alejandro Cartagena
1818
coOrganizers:

0 commit comments

Comments
 (0)