fix. 커뮤니티 이동 url 수정

This commit is contained in:
clkim
2025-11-27 14:24:11 +09:00
parent 03da2225cb
commit 33bd842020

View File

@@ -101,7 +101,7 @@ const getArticleUrl = (articleId: string) => {
if (!communityUrl || !articleId || !boardId.value) {
return ''
}
return `${communityUrl}/view/${articleId}?boardKey=${boardId.value}`
return `${communityUrl}/view/${articleId}`
}
const onArrowClick = (direction, targetIndex) => {