Skip to content

Commit 2f541bc

Browse files
committed
fix (#1)
1 parent 5a77937 commit 2f541bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="refresh" content="0; url=./index.html" />
55
<script type="text/javascript">
66
var pathname = window.location.pathname;
7-
window.location.href = window.location.origin + '/' + pathname;
7+
window.location.href = "/";
88
</script>
99
</head>
1010
<body></body>

0 commit comments

Comments
 (0)