Skip to content

Commit

Permalink
feat: added sitemap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed Jun 1, 2020
1 parent 316019a commit 29dc0b8
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
description:
'Do more on our platform and make New Relic your own with APIs, SDKs, code snippets, tutorials, and more developer tools.',
author: 'New Relic',
siteUrl: 'https://developer.newrelic.com',
},
plugins: [
'gatsby-plugin-react-helmet',
Expand Down Expand Up @@ -68,5 +69,6 @@ module.exports = {
policy: [{ userAgent: '*', allow: '/' }],
},
},
'gatsby-plugin-sitemap',
],
};
40 changes: 40 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^2.2.3",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-sitemap": "^2.4.3",
"gatsby-remark-images": "^3.3.8",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-remark": "^2.7.3",
Expand Down

0 comments on commit 29dc0b8

Please sign in to comment.