Skip to content

Commit 3ca4291

Browse files
committed
fixed reloading 404 error
1 parent 0bcc044 commit 3ca4291

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

public/404.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=./" />
5+
</head>
6+
<body></body>
7+
</html>

0 commit comments

Comments
 (0)