Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Commit

Permalink
Add a sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
lepon01 committed Oct 7, 2018
1 parent d0b813b commit 142d04f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gatsby-config.js
Expand Up @@ -30,6 +30,7 @@ module.exports = {
siteMetadata: {
title: 'Discord_Fork',
colour: '#3498db',
siteUrl: 'https://discordbots.co.uk',
types,
foldersToClear,
authenticate: 'https://github.com/login/oauth/authorize?client_id=6fff2201b71ad2d63131&scope=public_repo',
Expand Down Expand Up @@ -57,6 +58,7 @@ module.exports = {
'gatsby-plugin-sharp',
'gatsby-plugin-catch-links',
'gatsby-plugin-offline',
'gatsby-plugin-netlify'
'gatsby-plugin-netlify',
'gatsby-plugin-sitemap'
],
};
28 changes: 28 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
Expand Up @@ -16,6 +16,7 @@
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sass": "next",
"gatsby-plugin-sharp": "^2.0.6",
"gatsby-plugin-sitemap": "^2.0.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-source-filesystem": "next",
"gatsby-transformer-remark": "next",
Expand Down

0 comments on commit 142d04f

Please sign in to comment.