移転しました。${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/

2020-12-01から1ヶ月間の記事一覧

2020年に買ってよかったもの

Amazonの購入履歴とか見ながら振り返ってみた。 小さい充電器 GaNってかいてあるやつ。小さくて持ち運びにとても便利。 Chromebook (Lenovo IdeaPad Duet) タブレットとしてAndroidのアプリもつかえる。キーボードもスタンドもついているので、漫画リーダー…