🤔 Spotting 404s on my blog caused by links to an old URL pattern I later simplified. Thought I dealt with that years ago, but fixed it in moments today thanks to @netlify's simple _redirects config:
/blog/:year/:month/:day/:slug /blog/:slug 301
😎
https://medium.com/netlify/10-netlify-features-to-surprise-and-delight-225e846b7b21#7007