Skip to content

Commit aaba3b6

Browse files
authored
Update youtube links (#553)
1 parent b0ff384 commit aaba3b6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

data/data-override.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,31 @@ import {
1717
} from './sponsors';
1818

1919
export const dataOverride: { [key: string]: Partial<Event> } = {
20+
'https://www.meetup.com/lyonjs/events/311629673/': {
21+
sponsor: leWagon,
22+
talks: [
23+
{
24+
title: "Elysia: un cousin d'ExpressJS sous Bun",
25+
speakers: [
26+
{
27+
name: 'Sylvain Gougouzian',
28+
socialLink: 'https://www.linkedin.com/in/gouz/',
29+
},
30+
],
31+
videoLink: 'https://www.youtube.com/embed/TOCxwXquXDM?si=0o307sYXws1tyD_J',
32+
},
33+
{
34+
title: 'InertiaJS : le pont invisible entre Backend et Frontend moderne',
35+
speakers: [
36+
{
37+
name: 'Mathieu Tudisco',
38+
socialLink: 'https://www.linkedin.com/in/mathieutu/',
39+
},
40+
],
41+
videoLink: 'https://www.youtube.com/embed/QHzPAat9WHY?si=2ks2krO2fHz37_xa',
42+
},
43+
],
44+
},
2045
'https://www.meetup.com/lyonjs/events/311188398/': {
2146
sponsor: indy,
2247
talks: [

0 commit comments

Comments
 (0)