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 a3c4253 commit 5a77937Copy full SHA for 5a77937
public/404.html
@@ -0,0 +1,11 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta http-equiv="refresh" content="0; url=./index.html" />
5
+ <script type="text/javascript">
6
+ var pathname = window.location.pathname;
7
+ window.location.href = window.location.origin + '/' + pathname;
8
+ </script>
9
+ </head>
10
+ <body></body>
11
+</html>
0 commit comments