Skip to content

Commit

Permalink
Add a /new/* redirect to shortcut to stackblitz (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand authored Jan 16, 2025
1 parent fa58fac commit 03c9a1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# /foo/* /bar/* 301

########################################################################

/new/* https://stackblitz.com/github/remix-run/react-router-templates/tree/main/default

# v7 release redirects from v6 urls
/en/main /
/en/main/start/* /6.28.0/start/*
Expand Down Expand Up @@ -89,5 +92,4 @@
# Router v5 Redirects
/core/* https://v5.reactrouter.com/core/*
/web/* https://v5.reactrouter.com/web/*
/native/* https://v5.reactrouter.com/native/*

/native/* https://v5.reactrouter.com/native/*

0 comments on commit 03c9a1f

Please sign in to comment.