Skip to content

Commit

Permalink
plugin-feed: Note feed xml file is production only
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 May 6, 2018
1 parent 6046ffb commit aab6367
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 aab6367

Please sign in to comment.