Skip to content

Commit f6bf119

Browse files
authored
fix: correct 404 page image path (#797)
1 parent 6d199b6 commit f6bf119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/pages/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 class="section-title h0">
2222
</div>
2323

2424
<div class="content-container span-7-12">
25-
<img width="480" height="366" src="../../assets/images/404.png" alt="" loading="lazy">
25+
<img width="480" height="366" src="/assets/images/404.png" alt="" loading="lazy">
2626
</div>
2727
</div>
2828
</section>

0 commit comments

Comments
 (0)