diff --git a/netlify.toml b/netlify.toml index 0033657b..7096abfc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"