Skip to content

Commit

Permalink
Modify repo url in utterance option
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubidumdu committed Jan 6, 2024
1 parent 57bd10c commit d109863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d109863

Please sign in to comment.