Browse Source

fix: Fixes 404 page link when base is used.

master
damencho 4 years ago
parent
commit
1ee7e81918
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      static/404.html

+ 1
- 1
static/404.html View File

@@ -7,7 +7,7 @@
7 7
 <body>
8 8
     <div class="error_page">
9 9
         <h2>404 Not Found</h2>
10
-        <p class="error_page__message">You can create new conversation <a class="link" href="/">here</a></p>
10
+        <p class="error_page__message">You can create a new conversation <a class="link" onclick="window.location = window.location.protocol + '//' + window.location.hostname">here</a></p>
11 11
     </div>
12 12
 </body>
13 13
 </html>

Loading…
Cancel
Save