File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,31 @@ import {
1717} from './sponsors' ;
1818
1919export 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 : [
You can’t perform that action at this time.
0 commit comments