// id="logo" のaタグの飛び先を変更 const logoLink = document.querySelector('#logo a'); if (logoLink) { logoLink.href = '/'; }

写メ日記