Skip to content

Commit 67ea602

Browse files
author
Ives van Hoorne
committed
Add sitemaps
1 parent 74474ed commit 67ea602

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

packages/homepage/gatsby-config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
siteMetadata: {
33
title: `CodeSandbox`,
4+
siteUrl: 'https://codesandbox.io',
45
},
56
plugins: [
67
{
@@ -62,6 +63,7 @@ module.exports = {
6263
},
6364
`gatsby-plugin-styled-components`,
6465
`gatsby-plugin-react-helmet`,
66+
`gatsby-plugin-sitemap`,
6567
{
6668
resolve: `gatsby-plugin-google-tagmanager`,
6769
options: {

packages/homepage/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"gatsby-plugin-nprogress": "^1.0.9",
1313
"gatsby-plugin-react-helmet": "^1.0.8",
1414
"gatsby-plugin-sharp": "^1.6.23",
15+
"gatsby-plugin-sitemap": "^1.2.7",
1516
"gatsby-plugin-styled-components": "^1.0.5",
1617
"gatsby-react-router-scroll": "^1.0.3",
1718
"gatsby-remark-autolink-headers": "^1.4.10",

yarn.lock

+22
Original file line numberDiff line numberDiff line change
@@ -5735,6 +5735,13 @@ gatsby-plugin-sharp@^1.6.23:
57355735
sharp "^0.17.3"
57365736
svgo "^0.7.2"
57375737

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+
57385745
gatsby-plugin-styled-components@^1.0.5:
57395746
version "1.0.5"
57405747
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:
1333013337
dependencies:
1333113338
is-arrayish "^0.3.1"
1333213339

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+
1333313347
slash@^1.0.0:
1333413348
version "1.0.0"
1333513349
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
@@ -14785,6 +14799,10 @@ underscore@1.7.0:
1478514799
version "1.7.0"
1478614800
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209"
1478714801

14802+
underscore@^1.7.0:
14803+
version "1.8.3"
14804+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022"
14805+
1478814806
unherit@^1.0.4:
1478914807
version "1.1.0"
1479014808
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.0.tgz#6b9aaedfbf73df1756ad9e316dd981885840cd7d"
@@ -14977,6 +14995,10 @@ urix@^0.1.0, urix@~0.1.0:
1497714995
version "0.1.0"
1497814996
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
1497914997

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+
1498015002
url-loader@^0.5.7, url-loader@^0.5.9:
1498115003
version "0.5.9"
1498215004
resolved "https://registry.yarnpkg.com/url-loader/-/url-loader-0.5.9.tgz#cc8fea82c7b906e7777019250869e569e995c295"

0 commit comments

Comments
 (0)