Skip to content

Commit

Permalink
docs/index: fix image baseurls
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Aug 10, 2023
1 parent e28a62a commit 7f60f0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ db.replicate.to('http://example.com/mydb');

<img
class="icon icon-lg"
src="{{ site.base_url }}/static/img/index/node.svg"
src="{{ site.baseurl }}/static/img/index/node.svg"
alt=""
/>

Expand All @@ -72,7 +72,7 @@ db.replicate.to('http://example.com/mydb');

<img
class="icon icon-lg"
src="{{ site.base_url }}/static/img/index/light.svg"
src="{{ site.baseurl }}/static/img/index/light.svg"
alt=""
/>

Expand All @@ -86,7 +86,7 @@ db.replicate.to('http://example.com/mydb');

<img
class="icon icon-lg"
src="{{ site.base_url }}/static/img/index/learn.svg"
src="{{ site.baseurl }}/static/img/index/learn.svg"
alt=""
/>

Expand All @@ -99,7 +99,7 @@ db.replicate.to('http://example.com/mydb');

<img
class="icon icon-lg"
src="{{ site.base_url }}/static/img/index/open.svg"
src="{{ site.baseurl }}/static/img/index/open.svg"
alt=""
/>

Expand Down

0 comments on commit 7f60f0e

Please sign in to comment.