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 5a77937 commit 2f541bcCopy full SHA for 2f541bc
public/404.html
@@ -4,7 +4,7 @@
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;
+ window.location.href = "/";
8
</script>
9
</head>
10
<body></body>
0 commit comments