Skip to content

Commit 3121979

Browse files
committed
* Added a plugin to generate a site map
1 parent a2a7cb0 commit 3121979

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ module.exports = {
5050
'gatsby-theme-material-ui',
5151
'gatsby-transformer-sharp',
5252
'gatsby-plugin-sharp',
53+
'gatsby-plugin-sitemap',
5354
],
5455
};

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"gatsby": "^2.31.1",
2020
"gatsby-image": "^2.10.0",
2121
"gatsby-plugin-sharp": "^2.13.4",
22+
"gatsby-plugin-sitemap": "^2.11.0",
2223
"gatsby-remark-images": "^3.10.0",
2324
"gatsby-source-filesystem": "^2.10.0",
2425
"gatsby-theme-material-ui": "^1.0.13",

yarn.lock

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4939,6 +4939,7 @@ __metadata:
49394939
gatsby: ^2.31.1
49404940
gatsby-image: ^2.10.0
49414941
gatsby-plugin-sharp: ^2.13.4
4942+
gatsby-plugin-sitemap: ^2.11.0
49424943
gatsby-remark-images: ^3.10.0
49434944
gatsby-source-filesystem: ^2.10.0
49444945
gatsby-theme-material-ui: ^1.0.13
@@ -8359,6 +8360,21 @@ fsevents@~2.3.1:
83598360
languageName: node
83608361
linkType: hard
83618362

8363+
"gatsby-plugin-sitemap@npm:^2.11.0":
8364+
version: 2.11.0
8365+
resolution: "gatsby-plugin-sitemap@npm:2.11.0"
8366+
dependencies:
8367+
"@babel/runtime": ^7.12.5
8368+
common-tags: ^1.8.0
8369+
minimatch: ^3.0.4
8370+
pify: ^3.0.0
8371+
sitemap: ^1.13.0
8372+
peerDependencies:
8373+
gatsby: ^2.0.0
8374+
checksum: 3350b60f3c42e181badfe4382e8ebea3c83a3c011944539cbebf8ecbbbc9e761bdfc04cfd109cfdb0fbf7421f3c1047dbbcfc0217caad2cfb1ea34057aee253a
8375+
languageName: node
8376+
linkType: hard
8377+
83628378
"gatsby-plugin-typescript@npm:^2.11.0":
83638379
version: 2.11.0
83648380
resolution: "gatsby-plugin-typescript@npm:2.11.0"
@@ -16343,6 +16359,16 @@ fsevents@~2.3.1:
1634316359
languageName: node
1634416360
linkType: hard
1634516361

16362+
"sitemap@npm:^1.13.0":
16363+
version: 1.13.0
16364+
resolution: "sitemap@npm:1.13.0"
16365+
dependencies:
16366+
underscore: ^1.7.0
16367+
url-join: ^1.1.0
16368+
checksum: 62aa832a7c126d8f45100328783cf4d1197db2fc146f5f5ad80c4b779efdcc69d6a83acad10d6b6056f442315274909b246cf79475abc5dc2dabb8a7fbe84d0d
16369+
languageName: node
16370+
linkType: hard
16371+
1634616372
"slash@npm:^3.0.0":
1634716373
version: 3.0.0
1634816374
resolution: "slash@npm:3.0.0"
@@ -17901,6 +17927,13 @@ fsevents@~2.3.1:
1790117927
languageName: node
1790217928
linkType: hard
1790317929

17930+
"underscore@npm:^1.7.0":
17931+
version: 1.12.0
17932+
resolution: "underscore@npm:1.12.0"
17933+
checksum: c4423fa2c68de8d5e0ccfdeeb7f61f803d6600b8ec14c1f154ad28f8734e3cdf39152e0e09a6a3f1e9911f6a815074b83803a7aa4dfee6f375427ec12e80d1d4
17934+
languageName: node
17935+
linkType: hard
17936+
1790417937
"unherit@npm:^1.0.4":
1790517938
version: 1.1.3
1790617939
resolution: "unherit@npm:1.1.3"
@@ -18281,6 +18314,13 @@ fsevents@~2.3.1:
1828118314
languageName: node
1828218315
linkType: hard
1828318316

18317+
"url-join@npm:^1.1.0":
18318+
version: 1.1.0
18319+
resolution: "url-join@npm:1.1.0"
18320+
checksum: 2f42ba3642f3fa879b12eaa31d085055a67e650c4ad08a44983e155cbcc3dee888e885f31b084d33d819b19e8c764f04d25bf63d7357c59796d7bc9a0e996999
18321+
languageName: node
18322+
linkType: hard
18323+
1828418324
"url-loader@npm:^1.1.2":
1828518325
version: 1.1.2
1828618326
resolution: "url-loader@npm:1.1.2"

0 commit comments

Comments
 (0)