Skip to content

Commit

Permalink
plugin-feed: Note feed xml file is production only (#5305)
Browse files Browse the repository at this point in the history
Add note that the rss.xml feed is only generated in production.
  • Loading branch information
Undistraction authored and m-allanson committed May 8, 2018
1 parent b6699fc commit a9110d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby-plugin-feed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,5 @@ plugins: [
},
];
```

NOTE: This plugin only generates the `/rss.xml` file when run in `production` mode! To test your feed, run: `gatsby build && gatsby serve`.

0 comments on commit a9110d9

Please sign in to comment.