There was an error while loading. Please reload this page.
1 parent a9b6b08 commit cf3e85aCopy full SHA for cf3e85a
1 file changed
static/play.html/index.html
@@ -1,8 +1,10 @@
1
<!DOCTYPE html>
2
+<!-- Not using @docusaurus/plugin-client-redirects, because it doesn't preserve url parameters and fragment -->
3
<html>
4
<head>
- <script>
5
- location.href = "/play" + (location.search || "") + (location.hash || "");
6
- </script>
+ <meta charset="UTF-8" />
7
</head>
+ <script>
8
+ location.href = "/play" + (location.search || "") + (location.hash || "");
9
+ </script>
10
</html>
0 commit comments