Skip to content

Commit 9efe81f

Browse files
committed
feat: new domain
1 parent 9ea1bdc commit 9efe81f

File tree

10 files changed

+27
-21
lines changed

10 files changed

+27
-21
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<br>
22
<p align="center">
3-
<a href="https://slidev.antfu.me" target="_blank">
3+
<a href="https://sli.dev" target="_blank">
44
<img src="./assets/logo-title.png" alt="Slidev" height="250" width="250"/>
55
</a>
66
</p>
@@ -13,8 +13,8 @@ Presentation <b>slide</b>s for <b>dev</b>elopers 🧑‍💻👩‍💻👨‍
1313
<p align="center">
1414
<a href="https://www.npmjs.com/package/@slidev/cli" target="__blank"><img src="https://img.shields.io/npm/v/@slidev/cli?color=2B90B6&label=" alt="NPM version"></a>
1515
<a href="https://www.npmjs.com/package/@slidev/cli" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@slidev/cli?color=349dbe&label="></a>
16-
<a href="https://slidev.antfu.me/" target="__blank"><img src="https://img.shields.io/static/v1?label=&message=docs%20%26%20demos&color=45b8cd" alt="Docs & Demos"></a>
17-
<a href="https://slidev.antfu.me/themes/gallery.html" target="__blank"><img src="https://img.shields.io/static/v1?label=&message=themes&color=4ec5d4" alt="Themes"></a>
16+
<a href="https://sli.dev/" target="__blank"><img src="https://img.shields.io/static/v1?label=&message=docs%20%26%20demos&color=45b8cd" alt="Docs & Demos"></a>
17+
<a href="https://sli.dev/themes/gallery.html" target="__blank"><img src="https://img.shields.io/static/v1?label=&message=themes&color=4ec5d4" alt="Themes"></a>
1818
<br>
1919
<a href="https://github.com/slidevjs/slidev" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/slidevjs/slidev?style=social"></a>
2020
</p>
@@ -25,7 +25,7 @@ I am making this because I found myself spending too much on layouting and styli
2525

2626
So as a frontend developer, why not solve it the way that fits better with what I am good that?
2727

28-
See also: [**Why Slidev?**](https://slidev.antfu.me/guide/why)
28+
See also: [**Why Slidev?**](https://sli.dev/guide/why)
2929

3030
## Status
3131

@@ -35,7 +35,7 @@ Status: **Alpha**
3535

3636
Alright, I broke my words again. It's now available as a standalone tool 🎉
3737

38-
**Docs and guides on [slidev.antfu.me](https://slidev.antfu.me)**
38+
**Docs and guides on [sli.dev](https://sli.dev)**
3939

4040
The best way to understand it is to try it, one command away:
4141

docs/.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',

docs/.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

docs/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)

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
publish = "docs/.vitepress/dist"
88
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run docs:build"
99

10+
[[redirects]]
11+
from = "https://slidev.antfu.me/*"
12+
to = "https://sli.dev/:splat"
13+
status = 301
14+
force = true
15+
1016
[[redirects]]
1117
from = "/demo/compsoable-vue/*"
1218
to = "/demo/compsoable-vue/index.html"

packages/create-app/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ To start the slide show:
88

99
Edit the [slides.md](./slides.md) to see the changes.
1010

11-
Learn more about Slidev on [documentations](https://slidev.antfu.me/).
11+
Learn more about Slidev on [documentations](https://sli.dev/).

packages/create-app/template/slides.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Presentation slides for developers
2323
</a>
2424

2525
<!--
26-
The last comment block of each slide will be treated as slide notes. It will be visible and editable in Presenter Mode along with the slide. [Read more in the docs](https://slidev.antfu.me/guide/syntax.html#notes)
26+
The last comment block of each slide will be treated as slide notes. It will be visible and editable in Presenter Mode along with the slide. [Read more in the docs](https://sli.dev/guide/syntax.html#notes)
2727
-->
2828

2929
---
@@ -43,7 +43,7 @@ Slidev is a slides maker and presenter designed for developers, consist of the f
4343
<br>
4444
<br>
4545

46-
Read more about [Why Slidev?](https://slidev.antfu.me/guide/why)
46+
Read more about [Why Slidev?](https://sli.dev/guide/why)
4747

4848

4949
---
@@ -105,7 +105,7 @@ You can use Vue components directly inside your slides.
105105

106106
We have provided a few built-in components like `<Tweet/>` and `<Youtube/>` that you can use directly use. And add your custom components are also super easy.
107107

108-
Check out [the guides](https://slidev.antfu.me/custom/#components) for more.
108+
Check out [the guides](https://sli.dev/custom/#components) for more.
109109

110110
</div>
111111
<div>
@@ -142,14 +142,14 @@ theme: seriph
142142
---
143143
```
144144

145-
<img border="rounded" src="https://slidev.antfu.me/themes/default.png">
145+
<img border="rounded" src="https://sli.dev/themes/default.png">
146146

147-
<img border="rounded" src="https://slidev.antfu.me/themes/seriph.png">
147+
<img border="rounded" src="https://sli.dev/themes/seriph.png">
148148

149149
</div>
150150

151-
Read more about [How to use a theme](https://slidev.antfu.me/themes/use.html) and
152-
check out the [Awesome Themes Gallery](https://slidev.antfu.me/themes/gallery.html).
151+
Read more about [How to use a theme](https://sli.dev/themes/use.html) and
152+
check out the [Awesome Themes Gallery](https://sli.dev/themes/gallery.html).
153153

154154

155155
---
@@ -159,4 +159,4 @@ class: text-center
159159

160160
# Learn More
161161

162-
[Documentations](https://slidev.antfu.me) / [GitHub Repo](https://github.com/slidevjs/slidev)
162+
[Documentations](https://sli.dev) / [GitHub Repo](https://github.com/slidevjs/slidev)

packages/create-theme/template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following frontmatter to your `slides.md`. Start Slidev then it will pro
2222

2323
<pre><code>---<br>theme: <b>{{name}}</b><br>---</code></pre>
2424

25-
Learn more about [how to use a theme](https://slidev.antfu.me/themes/use).
25+
Learn more about [how to use a theme](https://sli.dev/themes/use).
2626

2727
## Layouts
2828

packages/create-theme/template/example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Slidev is a slides maker and presenter designed for developers, consist of the f
2929
<br>
3030
<br>
3131

32-
Read more about [Why Slidev?](https://slidev.antfu.me/guide/why)
32+
Read more about [Why Slidev?](https://sli.dev/guide/why)
3333

3434

3535
---
@@ -78,4 +78,4 @@ class: "text-center"
7878

7979
# Learn More
8080

81-
[Documentations](https://slidev.antfu.me) / [GitHub Repo](https://github.com/slidevjs/slidev)
81+
[Documentations](https://sli.dev) / [GitHub Repo](https://github.com/slidevjs/slidev)

packages/slidev/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Presentation slides for developers
88

99
# Getting Started
1010

11-
Read the [documentations](https://slidev.antfu.me) to get started.
11+
Read the [documentations](https://sli.dev) to get started.

0 commit comments

Comments
 (0)