Skip to content

Commit eae3110

Browse files
committed
adding 404 back for hashrouter
1 parent 413d075 commit eae3110

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

public/404.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; URL=/#/" />
5+
<script>
6+
window.location.href = '/#/';
7+
</script>
8+
</head>
9+
<body>
10+
<p>If you are not redirected, <a href="/#/">click here</a> to go to the home page.</p>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)