Skip to content

Commit 5167b7c

Browse files
fix: base path in the 404.html
1 parent 68856f0 commit 5167b7c

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 charset="UTF-8" />
55
<title>Redirecting...</title>
66
<script>
7-
window.location.replace('/egg/');
7+
window.location.replace('/');
88
</script>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)