Pārlūkot izejas kodu

fix: Fixes 404 page link when base is used.

j8
damencho 4 gadus atpakaļ
vecāks
revīzija
1ee7e81918
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      static/404.html

+ 1
- 1
static/404.html Parādīt failu

7
 <body>
7
 <body>
8
     <div class="error_page">
8
     <div class="error_page">
9
         <h2>404 Not Found</h2>
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
     </div>
11
     </div>
12
 </body>
12
 </body>
13
 </html>
13
 </html>

Notiek ielāde…
Atcelt
Saglabāt