fixed broken image on error page, was looking for image at wrong location

This commit is contained in:
Robert McGovern 2022-09-04 13:14:05 +01:00
parent ee451daa6b
commit 9e2d016048
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ css: ["/css/error.css"]
---
<div class="error404">
<img class="logo" src="./svgs/purple_fedora.svg" alt="Image of a Purple Fedora" aria-hidden="true">
<img class="logo" src="/svgs/purple_fedora.svg" alt="Image of a Purple Fedora" aria-hidden="true">
<p>
Apologies, nothing to see here. Maybe try the <a href="/">main page</a>
</p>