공개 상세 경로와 새 글 에디터 보정
This commit is contained in:
@@ -132,7 +132,7 @@ const getMediaUsage = (url, posts, pages) => {
|
||||
title: post.title,
|
||||
slug: post.slug,
|
||||
adminUrl: `/admin/posts/${post.id}`,
|
||||
publicUrl: `/posts/${post.slug}`,
|
||||
publicUrl: `/post/${post.slug}`,
|
||||
status: post.status,
|
||||
...usage
|
||||
})))
|
||||
|
||||
Reference in New Issue
Block a user