Skip to content

Commit 1002b84

Browse files
committed
Fix image url of 404
1 parent 2bdc8fe commit 1002b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/404.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const conferenceTalkPosts = posts.filter(
3131

3232
<div class="flex flex-col space-y-6 md:space-y-12">
3333

34-
<a href="/"><img src="/public/images/various/404.png"></a>
34+
<a href="/"><img src="/images/various/404.png"></a>
3535

3636
</div>
3737
</div>

0 commit comments

Comments
 (0)