Redirects remove trailing slash with Remix Pages app

I've got a Remix Cloudflare app and trying to remove trailing slashes.

mysite.com/blog/ -> mysite.com/blog

I've got _redirects with:

/*/  /:splat  301 


That doesn't seem to be doing anything. Any advice? Thanks.



https://developers.cloudflare.com/pages/framework-guides/deploy-a-remix-site/

https://developers.cloudflare.com/pages/configuration/redirects
Cloudflare Docs
Remix is a framework that is focused on fully utilizing the power of the web. Like Cloudflare Workers, it uses modern JavaScript APIs, and it places
Cloudflare Docs
To use redirects on Cloudflare Pages, declare your redirects in a plain text file called _redirects without a file extension, in the output folder of
Was this page helpful?