diff --git a/gatsby-config.js b/gatsby-config.js index 08e7e61..a157522 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -16,6 +16,7 @@ module.exports = ({ `gatsby-transformer-remark`, `gatsby-transformer-yaml`, `gatsby-plugin-theme-ui`, + `gatsby-plugin-sitemap`, { resolve: `gatsby-plugin-feed`, options: { diff --git a/package.json b/package.json index fed0a11..a5fedea 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "gatsby-plugin-mdx": "^5.13.1", "gatsby-plugin-react-helmet": "^6.13.1", "gatsby-plugin-sharp": "^5.13.1", + "gatsby-plugin-sitemap": "^6.13.1", "gatsby-plugin-theme-ui": "^0.16.2", "gatsby-plugin-typescript": "^5.13.1", "gatsby-remark-autolink-headers": "^6.13.1",