Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
plugins: [
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-react-helmet-canonical-urls`,
options: {
siteUrl: `https://www.example.com`,
},
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment