We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47cab06 commit 05efa58Copy full SHA for 05efa58
docs/docs/guide/1.gettingStarted/1.introduction.mdx
@@ -1,7 +1,8 @@
1
+import { normalizeImagePath } from 'rspress/runtime';
2
# Introduction
3
4
<video controls width="100%">
- <source src="/example.mp4" type="video/mp4" />
5
+ <source src={normalizeImagePath("/example.mp4")} type="video/mp4" />
6
Your browser does not support the video tag.
7
</video>
8
0 commit comments