Skip to content

Commit

Permalink
Add redirects for /vscode and /openvsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Oct 4, 2024
1 parent 4824169 commit 86f4b3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@

[build.environment]
NODE_VERSION = "20.11.0"

[[redirects]]
from = "/vscode"
to = "https://marketplace.visualstudio.com/items?itemName=nextflow.nextflow"

[[redirects]]
from = "/openvsx"
to = "https://open-vsx.org/extension/nextflow/nextflow"

0 comments on commit 86f4b3b

Please sign in to comment.