This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetlify.toml
101 lines (85 loc) · 2.09 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#
# Redirects
#
[[redirects]]
from = "/version.php"
to = "https://api.multiqc.info/version.php"
status = 301
force = true
[[redirects]]
from = "/docs/*"
to = "https://docs.seqera.io/multiqc/:splat"
status = 301
force = true
[[redirects]]
from = "/modules/*"
to = "https://docs.seqera.io/multiqc/modules/:splat"
status = 301
force = true
[[redirects]]
from = "https://multiqc.info/plugins/"
to = "https://docs.seqera.io/multiqc/development/plugins"
status = 301
force = true
[[redirects]]
from = "https://multiqc.info/community/"
to = "https://community.seqera.io/tag/multiqc"
status = 301
force = true
[[redirects]]
from = "https://multiqc.info/logos/"
to = "https://github.com/seqeralabs/logos"
status = 301
force = true
[[redirects]]
from = "https://multiqc.info/citation/"
to = "http://dx.doi.org/10.1093/bioinformatics/btw354"
status = 301
force = true
[[redirects]]
from = "https://multiqc.info/example-reports/*"
to = "https://seqera.io/multiqc#sample-reports"
status = 301
force = true
[[redirects]]
from = "https://multiqc.info/run/"
to = "https://seqera.io/multiqc#run"
status = 301
force = true
# Keep this in place, don't redirect
[[redirects]]
from = "https://multiqc.info/.well-known/atproto-did"
to = "/.well-known/atproto-did"
status = 200
# Put last, more specific redirects above
[[redirects]]
from = "https://multiqc.info/*"
to = "https://seqera.io/multiqc/"
status = 301
force = true
[[redirects]]
from = "https://multiqc.netlify.app/*"
to = "https://seqera.io/multiqc/"
status = 301
force = true
[[redirects]]
from = "https://multiqc.io/*"
to = "https://seqera.io/multiqc/"
status = 301
force = true
#
# Other stuff
#
[build]
publish = "dist/"
command = "git clone --depth 1 https://github.com/MultiQC/MultiQC.git ../MultiQC && npm run build"
[build.environment]
NODE_VERSION = "20.11.0"
[[headers]]
for = "/_astro/*"
[headers.values]
Cache-Control = "public, max-age=604800, immutable"
[[plugins]]
package = "@algolia/netlify-plugin-crawler"
[plugins.inputs]
template = "hierarchical"