Add gatsby-plugin-feed
This commit is contained in:
parent
6d51a2cc86
commit
7eb56eea79
3 changed files with 909 additions and 201 deletions
|
|
@ -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`,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue