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 aad09cb commit 2ba32d6Copy full SHA for 2ba32d6
404.html
@@ -28,7 +28,7 @@ <h1>Error 404 - Page Not Found</h1>
28
29
if (path.startsWith("/docs/")) {
30
const target = "https://docs.is-a.dev" + path.replace(/^\/docs/, '') + search + hash;
31
- window.location.replace(target);
+ window.location = target;
32
}
33
</script>
34
</html>
0 commit comments