ckenst / Custom-Casper

The default but modified theme for Ghost
https://www.kenst.com
MIT License
0 stars 0 forks source link

Regex catches too much #3

Open ckenst opened 2 years ago

ckenst commented 2 years ago

Redirect with regex of \/([0-9]{4})\/([0-9]{2})\/(.*): /$3 needs to be more specific like kenst.com\/([0-9]{4})\/([0-9]{2})\/(.*): /$3

ckenst commented 2 years ago

Use https://regex101.com/ to help