Skip to content

Instantly share code, notes, and snippets.

@rubenRP
Created April 27, 2020 07:24
Show Gist options
  • Save rubenRP/df2218360502329833a2397f219b588a to your computer and use it in GitHub Desktop.
Save rubenRP/df2218360502329833a2397f219b588a to your computer and use it in GitHub Desktop.
plugins: [
`gatsby-plugin-sass`,
{
resolve: "gatsby-plugin-sitemap",
options: {
exclude: [`/blog/page:*`, `/blog/tag:*`, `/blog/category:*`],
},
},
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment