Skip to content

Commit ebce299

Browse files
committed
feat: new domain
1 parent 3691880 commit ebce299

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vitepress/showcases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

.vitepress/theme/components/demo/Demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
6262
if (typeof window !== 'undefined') {
6363
const img1 = new Image()
6464
img1.src = COVER_URL

guide/exporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ download: 'https://myside.com/my-talk.pdf'
5656

5757
Here 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)

0 commit comments

Comments
 (0)