Skip to content

Commit

Permalink
Fix hreflang meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Apr 6, 2021
1 parent 886b9a4 commit ed65b8d
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 30,598 deletions.
3 changes: 2 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ if (process.env.GATSBY_DRIFT_API) {
});
}

const autoCanonicalURL = false;
// when `canonical` URL is finally fixed, add this to the plugin list
const autoCanonicalURL = true;
if (autoCanonicalURL) {
plugins.push({
resolve: `gatsby-plugin-react-helmet-canonical-urls`,
Expand Down
Loading

0 comments on commit ed65b8d

Please sign in to comment.