Short URLs for rmx.as, powered by Netlify.
_redirects– Defines all redirect rules. One rule per line:from to [status]
| Syntax | Example |
|---|---|
| Static | /path https://destination.com |
| Catch-all (splat) | /blog/* https://remix.run/blog/:splat |
| With status | /old /new 301 |
The :splat placeholder captures whatever the * matches. So /blog/2024/my-post redirects to https://remix.run/blog/2024/my-post.
Reference: Cloudflare Pages Redirects
npm install
npm run deployFormats the _redirects file to ensure consistent spacing and sorting.
npm run format