From 2d69bf4b3a4d8ffd2892f65e732ee2e2c3077418 Mon Sep 17 00:00:00 2001
From: Eugen Rochko <eugen@zeonfederated.com>
Date: Tue, 8 Nov 2016 02:18:09 +0100
Subject: [PATCH] Fix 50x page image for non-/ paths

---
 public/500.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/500.html b/public/500.html
index aa18fc722..d656269aa 100644
--- a/public/500.html
+++ b/public/500.html
@@ -32,7 +32,7 @@
 
 <body>
   <div class="dialog">
-    <img src="oops.png" alt="Mastodon" />
+    <img src="/oops.png" alt="Mastodon" />
 
     <div>
       <h1>We're sorry, but something went wrong.</h1>
-- 
GitLab