-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnetlify.toml
More file actions
41 lines (35 loc) · 741 Bytes
/
netlify.toml
File metadata and controls
41 lines (35 loc) · 741 Bytes
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
[[redirects]]
from = "/tags/rstats/index.xml"
to = "/index-rstats.xml"
status = 301
force = true
[[redirects]]
from = "/tags/python/index.xml"
to = "/index-python.xml"
status = 301
force = true
[[redirects]]
from = "/tags/sql/index.xml"
to = "/index-sql.xml"
status = 301
force = true
[[redirects]]
from = "/tags/dbt/index.xml"
to = "/index-dbt.xml"
status = 301
force = true
[[redirects]]
from = "/tags/data/index.xml"
to = "/index-data.xml"
status = 301
force = true
[[redirects]]
from = "/tags/rmarkdown/index.xml"
to = "/index-rmarkdown.xml"
status = 301
force = true
[[redirects]]
from = "/tags/causal/index.xml"
to = "/index-causal.xml"
status = 301
force = true