We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190ed52 commit c5c8fc8Copy full SHA for c5c8fc8
src/v2/examples/hackernews.md
@@ -10,7 +10,7 @@ order: 12
10
{% raw %}
11
<div style="max-width: 600px;">
12
<a href="https://github.com/vuejs/vue-hackernews-2.0" target="_blank">
13
- <img style="width: 100%;" src="/images/hn.png">
+ <img style="width: 100%;" src="../../images/hn.png">
14
</a>
15
</div>
16
{% endraw %}
@@ -33,4 +33,4 @@ order: 12
33
34
## アーキテクチャ概要
35
36
-<img width="973" alt="Hackernew clone architecture overview" src="/images/hn-architecture.png">
+<img width="973" alt="Hackernew clone architecture overview" src="../../images/hn-architecture.png">
0 commit comments