글 설정 태그와 대표 이미지 흐름 정리

This commit is contained in:
2026-05-07 15:55:20 +09:00
parent 0f60039126
commit f757c3db78
11 changed files with 240 additions and 132 deletions

View File

@@ -203,13 +203,6 @@ const getContentMediaUsage = (contentItem, url) => {
})
}
if (contentItem.ogImage === url) {
usages.push({
location: 'ogImage',
label: 'OG 이미지'
})
}
if (contentItem.content?.includes(url)) {
usages.push({
location: 'content',