Skip to content

Commit

Permalink
feat: update gittalk config
Browse files Browse the repository at this point in the history
  • Loading branch information
p208p2002 committed Sep 2, 2023
1 parent 31ee424 commit b1d3850
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/modules/MdRender/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,15 +179,13 @@ export default function MdRender({ doc_id }) {
}
}}
/>

{/* <div className="footer w-100 text-center">
<small>歡迎打開<a target={'_blank'} href={`${GITHUB}/blog/issues`}> Issues </a>討論問題 \ (•◡•) /</small>
</div> */}

<div>
<GitalkComponent options={{
clientID: "1026ba5908c2c038e457",
// ...
// options below
"clientID": "1026ba5908c2c038e457",
"clientSecret": "e89b2d013165eed176f47ba9afa49cf27cd2b63f",
"repo":"blog",
"owner":"[email protected]"
}} />
</div>
</div>
Expand Down

0 comments on commit b1d3850

Please sign in to comment.