Skip to content

Commit

Permalink
disable gatsby-plugin-catch-links
Browse files Browse the repository at this point in the history
This was catching relative links which should got to auspice (e.g. the zika tile on the splash page) but modifying the link to go to a gatsby 404 (the server never saw the get request and so couldn't send to auspice). This plugin is generally problematic for us & needs attention.
  • Loading branch information
jameshadfield committed Jan 15, 2020
1 parent 0d3dce5 commit 6818b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static-site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ module.exports = {
}
},
"gatsby-plugin-sharp",
"gatsby-plugin-catch-links" // See https://github.com/nextstrain/nextstrain.org/issues/34
// "gatsby-plugin-catch-links" // See https://github.com/nextstrain/nextstrain.org/issues/34
]
};

0 comments on commit 6818b81

Please sign in to comment.