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 bc1105d commit 2cd0da9Copy full SHA for 2cd0da9
1 file changed
index.html
@@ -7,7 +7,9 @@
7
</head>
8
<body>
9
<script>
10
- window.location = `https://animehub.adnandluffy.site`;
+ const path = window.location.pathname;
11
+ const url = `window.location.pathname` +path
12
+ window.location = url;
13
</script>
14
</body>
15
</html>
0 commit comments