remove redirect

This commit is contained in:
Shusui MOYATANI
2024-01-08 19:41:49 +09:00
parent 47379124fe
commit 0f7f7d5322

View File

@@ -22,12 +22,14 @@
<link rel="manifest" href="manifest.json" /> <link rel="manifest" href="manifest.json" />
<link rel="shortcut icon" type="image/png" href="./images/rabbit_256.png" /> <link rel="shortcut icon" type="image/png" href="./images/rabbit_256.png" />
<script> <script>
/*
if (location.hostname === 'syusui-s.github.io' && location.pathname.startsWith('/rabbit/')) { if (location.hostname === 'syusui-s.github.io' && location.pathname.startsWith('/rabbit/')) {
const url = new URL(location.href); const url = new URL(location.href);
url.host = 'rabbit.syusui.net'; url.host = 'rabbit.syusui.net';
url.pathname = '/'; url.pathname = '/';
location.href = url.href; location.href = url.href;
} }
*/
</script> </script>
<title>Rabbit</title> <title>Rabbit</title>
</head> </head>