移転ãã¾ããã${url}ãèªåã§éãã¾ãã`);
let canonicalLink = document.querySelector('link[rel="canonical"]');
if (!canonicalLink) {
canonicalLink = document.createElement('link');
canonicalLink.rel = "canonical";
document.head.appendChild(canonicalLink)
}
canonicalLink.href = url;
setTimeout(() => {location.href = url}, 0);
}
for (const target of redirectPathnameToTargets) {
if (!location.pathname.startsWith(target[0])) continue;
renderRedirect(`${NEW_BLOG_PREFIX}${target[1]}`);
}
ãã¡ãã«ç§»è¡ä¸: https://blog.shimazu.me/