Skip to content

Commit 73acfc5

Browse files
authored
feat: add replay of meetup 105 (#533)
1 parent a2b6294 commit 73acfc5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

data/data-override.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,39 @@ import {
1616
} from './sponsors';
1717

1818
export const dataOverride: { [key: string]: Partial<Event> } = {
19+
'https://www.meetup.com/lyonjs/events/308003912': {
20+
sponsor: bedrock,
21+
talks: [
22+
{
23+
title: 'React Compiler : Easier, Better, Faster, Stronger 🤖',
24+
speakers: [
25+
{
26+
name: 'Mickael Alves',
27+
socialLink: 'https://www.linkedin.com/in/mickaelalves/',
28+
},
29+
{
30+
name: 'Lucas Audart',
31+
socialLink: 'https://www.linkedin.com/in/lucas-audart/',
32+
},
33+
],
34+
videoLink: 'https://www.youtube.com/embed/cc6B4Ctcm_w',
35+
},
36+
{
37+
title: 'Restez Zen en codant ! (Trucs et astuces)',
38+
speakers: [
39+
{
40+
name: 'Léa Coston',
41+
socialLink: 'https://www.linkedin.com/in/l%C3%A9a-coston-92321099/',
42+
},
43+
{
44+
name: 'Matthieu Sauboua-Beneluz',
45+
socialLink: 'https://www.linkedin.com/in/matthieu-s-b2182861/',
46+
},
47+
],
48+
videoLink: 'https://www.youtube.com/embed/L0_nSfK7sjk',
49+
},
50+
],
51+
},
1952
'https://www.meetup.com/lyonjs/events/307652646': {
2053
sponsor: zenika,
2154
talks: [

0 commit comments

Comments
 (0)