Skip to content

Commit

Permalink
Merge pull request #23 from sudaraka94/feature/sitemap
Browse files Browse the repository at this point in the history
Introduce sitemap
  • Loading branch information
sudaraka94 authored May 1, 2024
2 parents 342c57e + b337ba3 commit d52f472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = ({
`gatsby-transformer-remark`,
`gatsby-transformer-yaml`,
`gatsby-plugin-theme-ui`,
`gatsby-plugin-sitemap`,
{
resolve: `gatsby-plugin-feed`,
options: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d52f472

Please sign in to comment.