We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab277b3 commit b08c181Copy full SHA for b08c181
www/gatsby-config.js
@@ -1,6 +1,7 @@
1
module.exports = {
2
siteMetadata: {
3
title: `Gatsby`,
4
+ siteUrl: `https://www.gatsbyjs.org`,
5
},
6
mapping: {
7
"MarkdownRemark.frontmatter.author": `AuthorYaml`,
@@ -94,5 +95,6 @@ module.exports = {
94
95
trackingId: `UA-93349937-1`,
96
97
98
+ `gatsby-plugin-sitemap`,
99
],
100
}
www/package.json
@@ -16,6 +16,7 @@
16
"gatsby-plugin-offline": "^1.0.1",
17
"gatsby-plugin-react-helmet": "^1.0.1",
18
"gatsby-plugin-sharp": "^1.0.1",
19
+ "gatsby-plugin-sitemap": "^1.2.0",
20
"gatsby-plugin-twitter": "^1.0.5",
21
"gatsby-remark-autolink-headers": "^1.0.1",
22
"gatsby-remark-copy-linked-files": "^1.0.1",
0 commit comments