미리보기 썸네일을 가져오지 못하는 현상

Did my suggestion work for you? Did your problem get solved? If so, I’m glad to hear it :slight_smile:

Please don’t forget to mark your issue as solved so that other users can see and rate this topic when they search for a solution.

1개의 좋아요
<head>
<meta property="og:title" content="${post.title}" />
<meta property="og:description" content="${post.description}" />
<meta property="og:image" content="${post.thumbnailUrl}" />
<meta property="og:url" content="https://yoursite.com/post/${post.id}" />
...
</head>

해당 부분이 많은 도움이 되었습니다. 제 사이트에 맞게 수정하여 적용했습니다. :slight_smile: 고맙습니다

1개의 좋아요

You’re welcome, don’t forget to tag me if you need help.

Please don’t forget to mark your issue as solved so that other users can see and rate this topic when they search for a solution.

1개의 좋아요