Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 6bd28f5

Browse files
committed
Use relative urls for images in docs
1 parent 2191888 commit 6bd28f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar: false
44
---
55

66
<div class="text-xs-center" align="center" style="margin: 20px">
7-
<img src="/assets/images/logo.png">
7+
<img src="./assets/images/logo.png">
88
</div>
99

1010
<p align="center">
@@ -39,7 +39,7 @@ sidebar: false
3939
`rollup-plugin-vue` is a plugin for Rollup that can transform Vue components in following format into a plain Javascript module:
4040

4141
<div class="text-xs-center" align="center" style="margin: 0 20px">
42-
<img src="/assets/images/vue-component.png">
42+
<img src="./assets/images/vue-component.png">
4343
</div>
4444

4545
There are many cool features provided by `rollup-plugin-vue`:

0 commit comments

Comments
 (0)