@@ -1,20 +1,19 @@
1-[](https://kremalicious.com/astro-redirect-from/)
1+[](https://kremalicious.com/astro-redirect-from/)
2233# astro-redirect-from
4455[](https://www.npmjs.com/package/astro-redirect-from)
6-[](https://github.com/kremalicious/astro-redirect-from/actions)
7-[](https://codeclimate.com/github/kremalicious/astro-redirect-from/maintainability)
8-[](https://codeclimate.com/github/kremalicious/astro-redirect-from/test_coverage)
6+[](https://github.com/kremalicious/astro-redirect-from/actions/workflows/ci.yml)
7+8+<!-- [](https://codeclimate.com/github/kremalicious/astro-redirect-from/maintainability)
9+[](https://codeclimate.com/github/kremalicious/astro-redirect-from/test_coverage) -->
9101011> 🎯 Set redirect urls in your frontmatter within your [Astro](https://astro.build) site's Markdown files. Mimics the behavior of [jekyll-redirect-from](https://github.com/jekyll/jekyll-redirect-from) and [gatsby-redirect-from](https://kremalicious.com/gatsby-redirect-from/).
1112>
1213> https://kremalicious.com/astro-redirect-from/
13141415---
151616-Allows you to manage redirects directly from your Markdown files' frontmatter.
17-1817**Table of Contents**
19182019- [How it Works](#how-it-works)