Skip to content

Commit

Permalink
Switch to gatsby-plugin-disqus in order to fix CORS issues on navigat…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
Vagr9K committed Apr 4, 2021
1 parent 4e96600 commit 9bf0dce
Show file tree
Hide file tree
Showing 5 changed files with 13,494 additions and 9,635 deletions.
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ module.exports = {
"gatsby-plugin-catch-links",
"gatsby-plugin-twitter",
"gatsby-plugin-sitemap",
{
resolve: `gatsby-plugin-disqus`,
options: {
shortname: config.disqusShortname,
},
},
{
resolve: "gatsby-plugin-manifest",
options: {
Expand Down
Loading

0 comments on commit 9bf0dce

Please sign in to comment.