Hey!
Is it possible to use an asterix to match part of a url, like:
/:year/:month/:day/*.html /posts/:splat
It doesn’t seem to be working for me :(, other redirect rules work fine.
If not, are there any workarounds? I’m trying to redirect links from my old URL scheme and lose the .html part.
Thanks!