Development
[html] og 태그 기본 코드
개발자 강정
2022. 1. 2. 17:05
<meta property="og:title" content="내 사이트의 제목" />
<meta property="og:description" content="보고 있는 페이지의 내용 요약" />
<meta property="og:image" content="{{ url_for('static', filename='ogimage.png') }}" />
flask로 작업 시 이미지 파일은 static 폴더에 저장해주면 되겠다.