We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ebff2 commit 2ca3d39Copy full SHA for 2ca3d39
public/404.html
@@ -1,7 +1,11 @@
1
<!DOCTYPE html>
2
-<html>
+<html lang="en">
3
<head>
4
- <meta http-equiv="refresh" content="0; URL=./index.html">
+ <meta charset="UTF-8" />
5
+ <title>Redirecting...</title>
6
+ <script>
7
+ window.location.replace(window.location.origin + window.location.pathname + window.location.search);
8
+ </script>
9
</head>
10
<body>
11
</body>
0 commit comments