File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ export const speakers: Speaker[] = [
10
10
track : 'all' ,
11
11
time : '10:25 - 11:05' ,
12
12
type : 'main' ,
13
+ archives : {
14
+ slide : '' ,
15
+ } ,
13
16
} ,
14
17
profile : {
15
18
image : 'speakers/evan.jpg' ,
@@ -29,6 +32,9 @@ export const speakers: Speaker[] = [
29
32
track : 'cloudsign' ,
30
33
time : '13:30 - 14:00' ,
31
34
type : 'main' ,
35
+ archives : {
36
+ slide : '' ,
37
+ } ,
32
38
} ,
33
39
profile : {
34
40
image : 'speakers/sebastien.jpg' ,
@@ -46,6 +52,9 @@ export const speakers: Speaker[] = [
46
52
track : 'cloudsign' ,
47
53
time : '15:45 - 16:15' ,
48
54
type : 'main' ,
55
+ archives : {
56
+ slide : '' ,
57
+ } ,
49
58
} ,
50
59
profile : {
51
60
image : 'speakers/matias.jpg' ,
@@ -83,6 +92,9 @@ export const speakers: Speaker[] = [
83
92
track : 'cloudsign' ,
84
93
time : '14:15 - 14:45' ,
85
94
type : 'main' ,
95
+ archives : {
96
+ slide : '' ,
97
+ } ,
86
98
} ,
87
99
profile : {
88
100
image : 'speakers/daniel_roe.jpg' ,
@@ -259,6 +271,9 @@ export const speakers: Speaker[] = [
259
271
track : 'cloudsign' ,
260
272
time : '16:30 - 17:00' ,
261
273
type : 'main' ,
274
+ archives : {
275
+ slide : '' ,
276
+ } ,
262
277
} ,
263
278
profile : {
264
279
image : 'speakers/harlan_zw.jpg' ,
@@ -504,6 +519,9 @@ export const speakers: Speaker[] = [
504
519
track : 'm3' ,
505
520
time : '15:45 - 16:15' ,
506
521
type : 'lt' ,
522
+ archives : {
523
+ slide : '' ,
524
+ } ,
507
525
} ,
508
526
profile : {
509
527
image : 'speakers/hieu.png' ,
Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ export const sponsorSpeakers: SponsorSpeaker[] = [
117
117
track : 'vue' ,
118
118
time : '12:30 - 12:40' ,
119
119
type : 'main' ,
120
+ archives : {
121
+ slide : '' ,
122
+ } ,
120
123
} ,
121
124
profile : [
122
125
{
@@ -139,6 +142,9 @@ export const sponsorSpeakers: SponsorSpeaker[] = [
139
142
track : 'cloudsign' ,
140
143
time : '12:25 - 12:45' ,
141
144
type : 'main' ,
145
+ archives : {
146
+ slide : '' ,
147
+ } ,
142
148
} ,
143
149
profile : [
144
150
{
You can’t perform that action at this time.
0 commit comments