공개 상세 경로와 새 글 에디터 보정
This commit is contained in:
@@ -81,7 +81,7 @@ const deletePost = async () => {
|
||||
<NuxtLink
|
||||
v-if="post.status === 'published'"
|
||||
class="admin-post-edit__view rounded border border-line bg-white px-4 py-2 text-sm font-semibold"
|
||||
:to="`/posts/${post.slug}`"
|
||||
:to="`/post/${post.slug}`"
|
||||
target="_blank"
|
||||
>
|
||||
보기
|
||||
|
||||
@@ -92,7 +92,7 @@ const deletePost = async (post) => {
|
||||
{{ post.title }}
|
||||
</NuxtLink>
|
||||
<p class="admin-posts__slug mt-1 text-xs text-muted">
|
||||
/posts/{{ post.slug }}
|
||||
/post/{{ post.slug }}
|
||||
</p>
|
||||
</td>
|
||||
<td class="admin-posts__cell px-4 py-4">
|
||||
|
||||
Reference in New Issue
Block a user