Skip to content

Commit

Permalink
feat: Update gitalk.vue 🌶
Browse files Browse the repository at this point in the history
  • Loading branch information
laine001 authored May 14, 2024
1 parent 83921de commit 8524aad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/components/gitalk.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import Gitalk from 'gitalk'
import 'gitalk/dist/gitalk.css'
onMounted(() => {
const config = {
clientID: '23159cfb3679d024812f',
clientSecret: '923ba2f1928e54f36b052c0bcbbf301d3eb893c8',
repo: 'blog-comment',
clientID: 'Ov23ctZEke7XDtFejl4v',
clientSecret: '9b7134983b52f94f312da9f7142ad64f7697fbb9',
repo: 'ikun-talk',
owner: 'LAINE001',
admin: ['LAINE001'],
id: location.pathname,
labels: ['GitTalk'],
proxy: 'https://vercel.prohibitorum.top/github_access_token',
proxy: 'https://mellifluous-bombolone-049a57.netlify.app/github_access_token',
distractionFreeMode: false,
}
const gitalk = new Gitalk(config)
Expand Down

0 comments on commit 8524aad

Please sign in to comment.