Skip to content

Commit

Permalink
fix(vssue): 403
Browse files Browse the repository at this point in the history
  • Loading branch information
kenberkeley committed Jan 14, 2022
1 parent 23c7390 commit 5053955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ module.exports = ctx => ({
repo: 'blog',
clientId: process.env.VSSUE_CLIENT_ID,
clientSecret: process.env.VSSUE_CLIENT_SECRET,
autoCreateIssue: true
autoCreateIssue: true,
proxy: url => `https://cors-anywhere.azm.workers.dev/${url}` // fix https://github.com/meteorlxy/vssue/issues/131
},
pagination: {
perPage: 10
Expand Down

0 comments on commit 5053955

Please sign in to comment.