From d109863c63b6403c7ada4b60d0d3180111d2dc09 Mon Sep 17 00:00:00 2001 From: shubidumdu Date: Sat, 6 Jan 2024 16:11:21 +0900 Subject: [PATCH] Modify repo url in utterance option --- src/app/components/Comment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/Comment.tsx b/src/app/components/Comment.tsx index 9cb9e20..21ece10 100644 --- a/src/app/components/Comment.tsx +++ b/src/app/components/Comment.tsx @@ -3,7 +3,7 @@ import { useEffect, useRef } from 'react'; const UTTERANCES_SCRIPT_OPTIONS = { src: 'https://utteranc.es/client.js', - repo: 'Shubidumdu/devlog', + repo: 'Shubidumdu/shubidumdu.github.io', 'issue-term': 'pathname', label: 'comment', theme: 'github-light',