From 6773a0ac1316d0ac67fd2b5bca810510914e5156 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Sat, 5 Oct 2024 00:43:47 +0200 Subject: [PATCH] Add redirects for /vscode and /openvsx --- netlify.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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"