File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const showcases: ShowCaseInfo[] = [
2020 name : 'Anthony Fu' ,
2121 link : 'https://github.com/antfu' ,
2222 } ,
23- slidesLink : 'https://slidev.antfu.me /demo/composable-vue' ,
23+ slidesLink : 'https://sli.dev /demo/composable-vue' ,
2424 sourceLink : 'https://github.com/antfu/talks/tree/master/2021-04-29' ,
2525 at : 'VueDay 2021' ,
2626 datetime : '2021-04-29' ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ function resume() {
5858 paused .value = false
5959}
6060
61- const COVER_URL = ' https://slidev.antfu.me /demo-cover.png'
61+ const COVER_URL = ' https://sli.dev /demo-cover.png'
6262if (typeof window !== ' undefined' ) {
6363 const img1 = new Image ()
6464 img1 .src = COVER_URL
Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ download: 'https://myside.com/my-talk.pdf'
5656
5757Here are a few examples of the exported SPA:
5858
59- - [ Starter Template] ( https://slidev.antfu.me /demo/starter )
59+ - [ Starter Template] ( https://sli.dev /demo/starter )
6060- [ Composable Vue] ( https://talks.antfu.me/2021/composable-vue ) by [ Anthony Fu] ( https://github.com/antfu )
You can’t perform that action at this time.
0 commit comments