docs(readme): add Greenkeeper badge

This commit is contained in:
greenkeeper[bot] 2018-08-29 23:16:51 +00:00
parent dfb3bb0954
commit 117c5f1b35
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# gatsby-redirect-from
[![Greenkeeper badge](https://badges.greenkeeper.io/kremalicious/gatsby-redirect-from.svg)](https://greenkeeper.io/)
> Set redirect urls in your YAML frontmatter within your [Gatsby](https://www.gatsbyjs.org) site's Markdown files. Mimics the behavior of [jekyll-redirect-from](https://github.com/jekyll/jekyll-redirect-from).
By adding a list of urls to the YAML frontmatter, this plugin creates redirects for all of them at build time. It uses Gatsby's [createRedirect](https://next.gatsbyjs.org/docs/actions/#createRedirect) under the hood.