Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 914 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 914 Bytes

netlify-plugin-redirects-demo

This project contains the demo for netlify-plugin-redirects.

With this plugin installed, a _redirects file will be generated from CSV and will contain contents such as the following...

/ample	https://ample.co	301!
/members-only/*	/members-only/:splat	200! Role=user
/profile	/profile	200! Role=user

This is helpful if you need to deploy redirects based on environment or deployment context. You can see an example of the build output here.

Deploy to Netlify