글쓰기 입력과 썸네일 표시 보정
This commit is contained in:
@@ -35,6 +35,7 @@ const tagPosts = computed(() => posts.value
|
||||
.map((post) => ({
|
||||
title: post.title,
|
||||
excerpt: post.excerpt,
|
||||
featuredImage: post.featuredImage,
|
||||
tag: tag.value?.name || slug.value.toUpperCase(),
|
||||
publishedAt: formatPostDate(post.publishedAt),
|
||||
to: `/post/${post.slug}`
|
||||
|
||||
Reference in New Issue
Block a user