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 2bdc8fe commit 1002b84Copy full SHA for 1002b84
src/pages/404.astro
@@ -31,7 +31,7 @@ const conferenceTalkPosts = posts.filter(
31
32
<div class="flex flex-col space-y-6 md:space-y-12">
33
34
- <a href="/"><img src="/public/images/various/404.png"></a>
+ <a href="/"><img src="/images/various/404.png"></a>
35
36
</div>
37
0 commit comments