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="shortcut icon" type="image/png" href="./images/rabbit_256.png" />
<script>
/*
if (location.hostname === 'syusui-s.github.io' && location.pathname.startsWith('/rabbit/')) {
const url = new URL(location.href);
url.host = 'rabbit.syusui.net';
url.pathname = '/';
location.href = url.href;
}
*/
</script>
<title>Rabbit</title>
</head>