@@ -20,8 +20,8 @@ export const showcases: ShowCaseInfo[] = [
20
20
name : 'Anthony Fu' ,
21
21
link : 'https://github.com/antfu' ,
22
22
} ,
23
- slidesLink : 'https://sli.dev/demo /composable-vue' ,
24
- sourceLink : 'https://github.com/antfu/talks/tree/master /2021-04-29' ,
23
+ slidesLink : 'https://talks.antfu.me/2021 /composable-vue/ ' ,
24
+ sourceLink : 'https://github.com/antfu/talks/tree/main /2021-04-29' ,
25
25
at : 'VueDay 2021' ,
26
26
datetime : '2021-04-29' ,
27
27
} ,
@@ -49,29 +49,29 @@ export const showcases: ShowCaseInfo[] = [
49
49
at : 'Enter.js Vue Day' ,
50
50
datetime : '2021-06-15' ,
51
51
} ,
52
- {
53
- title : 'Simply Publish Your Package to npm' ,
54
- author : {
55
- name : 'Lucky Dewa Satria' ,
56
- link : 'https://github.com/lucky401' ,
57
- } ,
58
- at : 'Weekly sharing' ,
59
- slidesLink : 'https://masukin.link/talks/simply-publish-your-package-to-npm' ,
60
- cover : 'https://masukin.link/talks-cover-npm.png' ,
61
- datetime : '2021-06-12' ,
62
- } ,
63
- {
64
- title : 'Create Icon Package With Vue and Rollup' ,
65
- author : {
66
- name : 'Lucky Dewa Satria' ,
67
- link : 'https://github.com/lucky401' ,
68
- } ,
69
- at : 'Weekly Sharing' ,
70
- slidesLink : 'https://masukin.link/talks/create-icon-package-with-vue-and-rollup' ,
71
- sourceLink : 'https://github.com/lucky401/Create-Icon-Package-With-Vue-and-Rollup' ,
72
- cover : 'https://masukin.link/talks-cover-create-icon-package-with-vue-and-rollup.png' ,
73
- datetime : '2021-06-19' ,
74
- } ,
52
+ // {
53
+ // title: 'Simply Publish Your Package to npm',
54
+ // author: {
55
+ // name: 'Lucky Dewa Satria',
56
+ // link: 'https://github.com/lucky401',
57
+ // },
58
+ // at: 'Weekly sharing',
59
+ // slidesLink: 'https://masukin.link/talks/simply-publish-your-package-to-npm',
60
+ // cover: 'https://masukin.link/talks-cover-npm.png',
61
+ // datetime: '2021-06-12',
62
+ // },
63
+ // {
64
+ // title: 'Create Icon Package With Vue and Rollup',
65
+ // author: {
66
+ // name: 'Lucky Dewa Satria',
67
+ // link: 'https://github.com/lucky401',
68
+ // },
69
+ // at: 'Weekly Sharing',
70
+ // slidesLink: 'https://masukin.link/talks/create-icon-package-with-vue-and-rollup',
71
+ // sourceLink: 'https://github.com/lucky401/Create-Icon-Package-With-Vue-and-Rollup',
72
+ // cover: 'https://masukin.link/talks-cover-create-icon-package-with-vue-and-rollup.png',
73
+ // datetime: '2021-06-19',
74
+ // },
75
75
{
76
76
title : 'BeAPT' ,
77
77
author : {
@@ -199,6 +199,6 @@ export const showcases: ShowCaseInfo[] = [
199
199
at : 'Submit your talk/presentation to be list here!' ,
200
200
slidesLink : 'https://github.com/slidevjs/docs/edit/main/.vitepress/showcases.ts' ,
201
201
cover : `${ import . meta. env . BASE_URL } theme-placeholder.png` ,
202
- datetime : '2021-04-29 ' ,
202
+ datetime : '2020-1-1 ' ,
203
203
} ,
204
- ]
204
+ ] . sort ( ( a , b ) => new Date ( b . datetime ) . getTime ( ) - new Date ( a . datetime ) . getTime ( ) )
0 commit comments