@@ -20,8 +20,8 @@ export const showcases: ShowCaseInfo[] = [
2020 name : 'Anthony Fu' ,
2121 link : 'https://github.com/antfu' ,
2222 } ,
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' ,
2525 at : 'VueDay 2021' ,
2626 datetime : '2021-04-29' ,
2727 } ,
@@ -49,29 +49,29 @@ export const showcases: ShowCaseInfo[] = [
4949 at : 'Enter.js Vue Day' ,
5050 datetime : '2021-06-15' ,
5151 } ,
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+ // },
7575 {
7676 title : 'BeAPT' ,
7777 author : {
@@ -199,6 +199,6 @@ export const showcases: ShowCaseInfo[] = [
199199 at : 'Submit your talk/presentation to be list here!' ,
200200 slidesLink : 'https://github.com/slidevjs/docs/edit/main/.vitepress/showcases.ts' ,
201201 cover : `${ import . meta. env . BASE_URL } theme-placeholder.png` ,
202- datetime : '2021-04-29 ' ,
202+ datetime : '2020-1-1 ' ,
203203 } ,
204- ]
204+ ] . sort ( ( a , b ) => new Date ( b . datetime ) . getTime ( ) - new Date ( a . datetime ) . getTime ( ) )
0 commit comments