소스 검색

fix: Fixes 404 page link when base is used.

j8
damencho 4 년 전
부모
커밋
1ee7e81918
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      static/404.html

+ 1
- 1
static/404.html 파일 보기

@@ -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…
취소
저장