Fix redirect to cope with query strings (#3683)

This commit is contained in:
Julian Friedman 2021-05-27 22:54:29 +01:00 committed by GitHub
parent 7171ad5513
commit 64555de60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ cat << EOF > site/index.html
<meta http-equiv="refresh" content="1; url=development/" /> <meta http-equiv="refresh" content="1; url=development/" />
</noscript> </noscript>
<script> <script>
window.location.replace(window.location.href+"development/"); window.location.replace("development/");
</script> </script>
</head> </head>
<body> <body>