Add gatsby-plugin-feed

This commit is contained in:
Mathias Bynens 2017-11-08 23:11:41 +01:00
parent 6d51a2cc86
commit 7eb56eea79
3 changed files with 909 additions and 201 deletions

View file

@ -2,6 +2,8 @@ module.exports = {
siteMetadata: {
title: "Gatsby Starter Blog",
author: "Kyle Mathews",
description: "A starter blog demonstrating what Gatsby can do.",
siteUrl: "https://gatsbyjs.github.io/gatsby-starter-blog/",
},
plugins: [
{
@ -41,6 +43,7 @@ module.exports = {
//trackingId: `ADD YOUR TRACKING ID HERE`,
},
},
`gatsby-plugin-feed`,
`gatsby-plugin-offline`,
`gatsby-plugin-react-helmet`,
{