Skip to content

Commit

Permalink
HTML vscode redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Oct 6, 2024
1 parent 86f4b3b commit 37b08f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 0 additions & 8 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@

[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"
11 changes: 11 additions & 0 deletions src/pages/vscode.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
// VSCode marketplace redirect
---

<html>
<head>
<meta http-equiv="refresh" content="0; url=https://marketplace.visualstudio.com/items?itemName=nextflow.nextflow" />
</head>


</html>

0 comments on commit 37b08f6

Please sign in to comment.