Skip to content

Commit

Permalink
Add Netlify redirects for version trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-seqera committed Aug 9, 2024
1 parent 5a66ca9 commit 825fc14
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion static/_redirects
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
/platform/latest/* /platform/24.1.1/:splat 301
/platform/latest/* /platform/24.1.1/:splat 301

# Add redirects to account for version renaming
/platform/24.1.1/* /platform/24.1/:splat 301
/platform/23.4.0/* /platform/24.0/:splat 301
/platform/23.3.0/* /platform/23.3/:splat 301
/platform/23.2.0/* /platform/23.2/:splat 301
/platform/23.1.0/* /platform/23.1/:splat 301
/platform/22.4.0/* /platform/22.4/:splat 301

0 comments on commit 825fc14

Please sign in to comment.