Skip to content

Commit 609f2b6

Browse files
committed
chore: fix links
1 parent 5a1464e commit 609f2b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ declare module 'vue' {
4848
RouterView: typeof import('vue-router')['RouterView']
4949
ShowCaseInfo: typeof import('./.vitepress/theme/components/ShowCaseInfo.vue')['default']
5050
ShowCases: typeof import('./.vitepress/theme/components/ShowCases.vue')['default']
51+
SimpleIconsGithub: typeof import('~icons/simple-icons/github')['default']
52+
SimpleIconsNpm: typeof import('~icons/simple-icons/npm')['default']
5153
SlideCurrentNo: typeof import('./.vitepress/@slidev/client/builtin/SlideCurrentNo.vue')['default']
5254
SlidesTotal: typeof import('./.vitepress/@slidev/client/builtin/SlidesTotal.vue')['default']
5355
Starport: typeof import('vue-starport')['Starport']

guide/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ const count = ref(0)
217217
218218
Shiki Magic Move enables you to have granular transition between code changes like Keynote's Magic Move. You can check [this demo](https://shiki-magic-move.netlify.app/) to see how it works.
219219

220-
In Slidev, we bind it to the [clicks system](guide/animations#click-animations). The syntax is wrap multiple code blocks representing each steps with <code>````md magic-move</code> (mind it's **4** backticks), this will be transformed into one code block, that morphing to each steps as you click.
220+
In Slidev, we bind it to the [clicks system](/guide/animations#click-animations). The syntax is wrap multiple code blocks representing each steps with <code>````md magic-move</code> (mind it's **4** backticks), this will be transformed into one code block, that morphing to each steps as you click.
221221

222222
~~~~md
223223
````md magic-move

0 commit comments

Comments
 (0)