Skip to content

Commit e048c4c

Browse files
committed
Add KotlinConf 2024 Keynote
1 parent babe06c commit e048c4c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/pages/index.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,28 +72,32 @@ import joinPreviewUrl from "../images/join-preview.png";
7272

7373
<VideoGallery videos={
7474
[
75+
{
76+
title: 'KotlinConf 2024 Keynote',
77+
url: 'https://www.youtube.com/watch?v=Ar73Axsz2YA'
78+
},
7579
{
7680
title: 'Kotlin Anniversary Documentary',
7781
url: 'https://www.youtube.com/watch?v=uE-1oF9PyiY'
7882
},
7983
{
80-
title: 'Kotlin 2023 Keynote',
84+
title: 'KotlinConf 2023 Keynote',
8185
url: 'https://www.youtube.com/watch?v=c4f4SCEYA5Q'
8286
},
8387
{
84-
title: 'Kotlin 2021 Keynote',
88+
title: 'KotlinConf 2021 Keynote',
8589
url: 'https://www.youtube.com/watch?v=3uVUDsoE_5U'
8690
},
8791
{
88-
title: 'Kotlin 2020 Keynote',
92+
title: 'KotlinConf 2020 Keynote',
8993
url: 'https://www.youtube.com/watch?v=pD58Dw17CLk'
9094
},
9195
{
92-
title: 'Kotlin 2019 Keynote',
96+
title: 'KotlinConf 2019 Keynote',
9397
url: 'https://www.youtube.com/watch?v=0xKTM0A8gdI'
9498
},
9599
{
96-
title: 'Kotlin 2018 Keynote',
100+
title: 'KotlinConf 2018 Keynote',
97101
url: 'https://www.youtube.com/watch?v=PsaFVLr8t4E&list=PLQ176FUIyIUbVvFMqDc2jhxS-t562uytr&index=2'
98102
}
99103
]

0 commit comments

Comments
 (0)