We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d74253 commit ee92478Copy full SHA for ee92478
layout/404.ejs
@@ -9,7 +9,7 @@ page.banner_mask_alpha = theme.page404.banner_mask_alpha
9
10
<script>
11
function redirect() {
12
- location.href = "/";
+ location.href = "<%- url_for('/') %>";
13
}
14
15
<% if (theme.page404.redirect_delay) { %>
0 commit comments