Skip to content

Commit e213a01

Browse files
committed
update slide
1 parent 6af856c commit e213a01

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

app/components/timetable/data/schedule.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
"title": "Anthony's Roads to Open Source - The Set Theory",
430430
"speaker": "Anthony Fu",
431431
"archives": {
432-
"slide": "",
432+
"slide": "https://antfu.me/posts/roads-to-oss-set-theory-vuefesjapan-2023",
433433
"youtube": ""
434434
}
435435
}

app/components/timetable/data/scheduleMobile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
"title": "Anthony's Roads to Open Source - The Set Theory",
428428
"speaker": "Anthony Fu",
429429
"archives": {
430-
"slide": "",
430+
"slide": "https://antfu.me/posts/roads-to-oss-set-theory-vuefesjapan-2023",
431431
"youtube": ""
432432
}
433433
}

app/utils/speakers.constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ export const speakers: Speaker[] = [
6363
track: 'cloudsign',
6464
time: '15:00 - 15:30',
6565
type: 'main',
66+
archives: {
67+
slide: 'https://antfu.me/posts/roads-to-oss-set-theory-vuefesjapan-2023',
68+
},
6669
},
6770
profile: {
6871
image: 'speakers/antfu.png',

0 commit comments

Comments
 (0)