Browse Source

Fix 50x page image for non-/ paths

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
2d69bf4b3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/500.html

+ 1
- 1
public/500.html View File

@ -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>

Loading…
Cancel
Save