From 86ac3ca00560dda373b355e73e7dbc4b0c897cbe Mon Sep 17 00:00:00 2001 From: ray03j Date: Sun, 5 May 2024 12:00:50 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BD=9C=E5=93=81=E5=85=B1=E6=9C=89URL?= =?UTF-8?q?=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/work_share.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/work_share.ts b/store/work_share.ts index 5386505..5456470 100644 --- a/store/work_share.ts +++ b/store/work_share.ts @@ -18,7 +18,7 @@ export default class WorkShare extends VuexModule { private work!: Work get getURL() { - return `${process.env.BASE_URL}works/${this.work.id}` + return `${process.env.BASE_URL}/works/${this.work.id}` } get getWork() {