Skip to content

Commit f7d1406

Browse files
committed
feat: add meetup 108 replay
1 parent b1acdc7 commit f7d1406

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

data/data-override.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,22 @@ import {
1919
export const dataOverride: { [key: string]: Partial<Event> } = {
2020
'https://www.meetup.com/lyonjs/events/311188398': {
2121
sponsor: indy,
22+
talks: [
23+
{
24+
title: ' 🏗️ Déconstruction et Démystification 🧙‍♂️',
25+
speakers: [
26+
{
27+
name: 'Nirina Rabeson',
28+
socialLink: 'https://bsky.app/profile/nirinarabeson.fr',
29+
},
30+
{
31+
name: 'Virgil Roger',
32+
socialLink: 'https://www.linkedin.com/in/virgil-roger-a4979a89/',
33+
},
34+
],
35+
videoLink: 'https://www.youtube.com/embed/fXv7F7MxEQM',
36+
},
37+
],
2238
},
2339
'https://www.meetup.com/lyonjs/events/310652398': {
2440
sponsor: shodo,

0 commit comments

Comments
 (0)