hello, i found Splats or Placeholders Parameters is not work in _redirects
file.
eg.
use Placeholders Parameters in _redirects
file.
/products/:code/:name /products?code=:code&name=:name
Redirecting to: /products?code=%3Acode&name=%3Aname
or use Splats Parameters in _redirects
file.
/products/* /products?name=:splat
Redirecting to: /products?name=%3Asplat
pls fix this error! thx.