Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
kenberkeley committed Jan 14, 2022
1 parent d90a563 commit 99fe259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vuepress/config.js
Expand Up @@ -117,7 +117,7 @@ module.exports = ctx => ({
clientId: process.env.VSSUE_CLIENT_ID,
clientSecret: process.env.VSSUE_CLIENT_SECRET,
autoCreateIssue: true,
proxy: url => `https://cors-anywhere.azm.workers.dev/${url}` // fix https://github.com/meteorlxy/vssue/issues/131
// proxy: url => `https://cors-anywhere.azm.workers.dev/${url}` // TODO: FIX_ME: https://github.com/meteorlxy/vuepress-theme-meteorlxy/issues/114
},
pagination: {
perPage: 10
Expand Down

0 comments on commit 99fe259

Please sign in to comment.