Skip to content

Commit 307dea3

Browse files
authored
docs(#8722): fix image baseurls
Co-authored-by: alxndrsn <alxndrsn>
1 parent 4498dcd commit 307dea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ db.replicate.to('http://example.com/mydb');
5959

6060
<img
6161
class="icon icon-lg"
62-
src="{{ site.base_url }}/static/img/index/node.svg"
62+
src="{{ site.baseurl }}/static/img/index/node.svg"
6363
alt=""
6464
/>
6565

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

7373
<img
7474
class="icon icon-lg"
75-
src="{{ site.base_url }}/static/img/index/light.svg"
75+
src="{{ site.baseurl }}/static/img/index/light.svg"
7676
alt=""
7777
/>
7878

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

8787
<img
8888
class="icon icon-lg"
89-
src="{{ site.base_url }}/static/img/index/learn.svg"
89+
src="{{ site.baseurl }}/static/img/index/learn.svg"
9090
alt=""
9191
/>
9292

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

100100
<img
101101
class="icon icon-lg"
102-
src="{{ site.base_url }}/static/img/index/open.svg"
102+
src="{{ site.baseurl }}/static/img/index/open.svg"
103103
alt=""
104104
/>
105105

0 commit comments

Comments
 (0)