File tree 3 files changed +25
-0
lines changed
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
siteMetadata : {
3
3
title : `CodeSandbox` ,
4
+ siteUrl : 'https://codesandbox.io' ,
4
5
} ,
5
6
plugins : [
6
7
{
@@ -62,6 +63,7 @@ module.exports = {
62
63
} ,
63
64
`gatsby-plugin-styled-components` ,
64
65
`gatsby-plugin-react-helmet` ,
66
+ `gatsby-plugin-sitemap` ,
65
67
{
66
68
resolve : `gatsby-plugin-google-tagmanager` ,
67
69
options : {
Original file line number Diff line number Diff line change 12
12
"gatsby-plugin-nprogress" : " ^1.0.9" ,
13
13
"gatsby-plugin-react-helmet" : " ^1.0.8" ,
14
14
"gatsby-plugin-sharp" : " ^1.6.23" ,
15
+ "gatsby-plugin-sitemap" : " ^1.2.7" ,
15
16
"gatsby-plugin-styled-components" : " ^1.0.5" ,
16
17
"gatsby-react-router-scroll" : " ^1.0.3" ,
17
18
"gatsby-remark-autolink-headers" : " ^1.4.10" ,
Original file line number Diff line number Diff line change @@ -5735,6 +5735,13 @@ gatsby-plugin-sharp@^1.6.23:
5735
5735
sharp "^0.17.3"
5736
5736
svgo "^0.7.2"
5737
5737
5738
+ gatsby-plugin-sitemap@^1.2.7:
5739
+ version "1.2.7"
5740
+ resolved "https://registry.yarnpkg.com/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-1.2.7.tgz#0eb6e8be7536f31627a70f6fdfe0bb85c8bda47a"
5741
+ dependencies:
5742
+ babel-runtime "^6.26.0"
5743
+ sitemap "^1.12.0"
5744
+
5738
5745
gatsby-plugin-styled-components@^1.0.5:
5739
5746
version "1.0.5"
5740
5747
resolved "https://registry.yarnpkg.com/gatsby-plugin-styled-components/-/gatsby-plugin-styled-components-1.0.5.tgz#14a5d24b63451e80931db0ed68c6312d8cf1f104"
@@ -13330,6 +13337,13 @@ simple-swizzle@^0.2.2:
13330
13337
dependencies:
13331
13338
is-arrayish "^0.3.1"
13332
13339
13340
+ sitemap@^1.12.0:
13341
+ version "1.13.0"
13342
+ resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-1.13.0.tgz#569cbe2180202926a62a266cd3de09c9ceb43f83"
13343
+ dependencies:
13344
+ underscore "^1.7.0"
13345
+ url-join "^1.1.0"
13346
+
13333
13347
slash@^1.0.0:
13334
13348
version "1.0.0"
13335
13349
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
@@ -14785,6 +14799,10 @@ underscore@1.7.0:
14785
14799
version "1.7.0"
14786
14800
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209"
14787
14801
14802
+ underscore@^1.7.0:
14803
+ version "1.8.3"
14804
+ resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022"
14805
+
14788
14806
unherit@^1.0.4:
14789
14807
version "1.1.0"
14790
14808
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.0.tgz#6b9aaedfbf73df1756ad9e316dd981885840cd7d"
@@ -14977,6 +14995,10 @@ urix@^0.1.0, urix@~0.1.0:
14977
14995
version "0.1.0"
14978
14996
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
14979
14997
14998
+ url-join@^1.1.0:
14999
+ version "1.1.0"
15000
+ resolved "https://registry.yarnpkg.com/url-join/-/url-join-1.1.0.tgz#741c6c2f4596c4830d6718460920d0c92202dc78"
15001
+
14980
15002
url-loader@^0.5.7, url-loader@^0.5.9:
14981
15003
version "0.5.9"
14982
15004
resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-0.5.9.tgz#cc8fea82c7b906e7777019250869e569e995c295"
You can’t perform that action at this time.
0 commit comments