Skip to content

Commit

Permalink
Merge pull request #161 from seqeralabs/add-redirects-for-path-versions
Browse files Browse the repository at this point in the history
Add Netlify redirects for version trimming
  • Loading branch information
jason-seqera authored Aug 9, 2024
2 parents 8ac1590 + 825fc14 commit 61cfe00
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 61cfe00

Please sign in to comment.