From 33bd8420203592a4229609e7c3e4f8742c96fab8 Mon Sep 17 00:00:00 2001 From: clkim Date: Thu, 27 Nov 2025 14:24:11 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=EC=BB=A4=EB=AE=A4=EB=8B=88=ED=8B=B0=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99=20url=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/templates/GrBoard01/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/templates/GrBoard01/index.vue b/layers/templates/GrBoard01/index.vue index 56df12e..d9d1449 100644 --- a/layers/templates/GrBoard01/index.vue +++ b/layers/templates/GrBoard01/index.vue @@ -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) => {