We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1acdc7 commit f7d1406Copy full SHA for f7d1406
data/data-override.ts
@@ -19,6 +19,22 @@ import {
19
export const dataOverride: { [key: string]: Partial<Event> } = {
20
'https://www.meetup.com/lyonjs/events/311188398': {
21
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
38
},
39
'https://www.meetup.com/lyonjs/events/310652398': {
40
sponsor: shodo,
0 commit comments