if (info) { // 카톡 로봇이 읽을 수 있게 즉시 데이터를 채워줍니다. document.title = `${info.title} 결혼식에 초대합니다.`; document.getElementById('meta-title').setAttribute('content', `${info.title} 결혼식에 초대합니다.`); document.getElementById('meta-desc').setAttribute('content', info.date); document.getElementById('meta-image').setAttribute('content', 'https://anniversarymovie.kr' + info.mainImage); }