Skip to content

Commit

Permalink
fix(gatsby): update disqus config
Browse files Browse the repository at this point in the history
  • Loading branch information
mdluo committed Nov 27, 2019
1 parent f98570d commit ecd1360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
owner: `mdluo`,
repo: `blog-gatsby`,
},
disqus: process.env.GATSBY_DISQUS || `mdluo`,
disqus: process.env.GITHUB_ACTIONS ? `mdluo` : `mdluo-local`,
},
plugins: [
{
Expand Down

0 comments on commit ecd1360

Please sign in to comment.