// https://velog.io/write 라는 url 이 있다고 할 때에 # window.location.host > //https://velog.io # window.location.href > https://velog.io/write # window.location.pathname > /write
그래서 url로 분기처리를 할 때에는
window.location.host.includes("어쩌구")로 한다.