-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathnetlify.toml
42 lines (32 loc) · 944 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[build]
publish = "output/"
command = "npm run build"
[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"
[[redirects]]
from = "/presentations"
to = "https://www.youtube.com/playlist?list=PLPZ8WHdZGxmVGS6VoiqDeZ3Q_tjw3aIbW"
[[redirects]]
from = "/presentations.html"
to = "https://www.youtube.com/playlist?list=PLPZ8WHdZGxmVGS6VoiqDeZ3Q_tjw3aIbW"
[[redirects]]
from = "/example1.html"
to = "/basic-pipeline.html"
[[redirects]]
from = "/example2.html"
to = "/mixing-scripting-languages.html"
[[redirects]]
from = "/example3.html"
to = "/blast-pipeline.html"
[[redirects]]
from = "/example4.html"
to = "/rna-seq-pipeline.html"
[[redirects]]
from = "/example5.html"
to = "/machine-learning-pipeline.html"