게시물 인아티클 광고 슬롯 추가

This commit is contained in:
2026-06-05 16:09:47 +09:00
parent 5c93643949
commit cc9e5949fa
14 changed files with 121 additions and 9 deletions

View File

@@ -347,7 +347,11 @@ useHead(() => ({
location="post-top"
/>
<ContentRenderer>
<ContentMarkdownRenderer class="post-detail__content" :content="post.content" />
<ContentMarkdownRenderer
class="post-detail__content"
:content="post.content"
:in-article-ad-code="siteSettings?.adPostInArticleCode"
/>
</ContentRenderer>
<SiteAdSlot
class="post-detail__ad-slot post-detail__ad-slot--bottom mt-8"