The development redirects is exactly what I was looking for as I was planning to use similar redirects on Netlify.
General redirect are working in my development server but :placeholder
and :splat
are not working.
I assume :placeholder
and :splat
are not supported?
I have pages like:
/seasons/:year/schedule
/seasons/:year/entrants
/seasons/:year/results
I’m trying to redirect /seaons/:year
to /seasons/:year/results
.