Skip to content

Instantly share code, notes, and snippets.

@kieranbarker
Created October 18, 2020 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kieranbarker/92bb78c702bfcbd9106b09ba83b8ac83 to your computer and use it in GitHub Desktop.
Save kieranbarker/92bb78c702bfcbd9106b09ba83b8ac83 to your computer and use it in GitHub Desktop.
Redirect Jekyll post format to Eleventy post format
[[redirects]]
from = "/:year/:month/:date/:slug"
to = "/blog/:slug"
status = 301
force = true
@kieranbarker
Copy link
Author

This should go inside your netlify.toml file.

https://docs.netlify.com/configure-builds/file-based-configuration/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment