Skip to content

remix-run/rmx.as

Repository files navigation

rmx.as

Short URLs for rmx.as, powered by Netlify.

How it works

  • _redirects – Defines all redirect rules. One rule per line: from to [status]

Format

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

Deploying

npm install
npm run deploy

Formatting

Formats the _redirects file to ensure consistent spacing and sorting.

npm run format

About

Remix URL shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •