-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathnetlify.toml
44 lines (34 loc) · 912 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
43
44
[build]
command = "jekyll build"
publish = "_site"
environment = { RUBY_VERSION = "3.3.3" }
[context.production.environment]
JEKYLL_ENV = "production"
[[redirects]]
from = "/blog/assets/*"
to = "/assets/blog/:splat"
[[redirects]]
from = "/docs"
to = "/docs/current/"
[[redirects]]
from = "/docs/*"
to = "https://trinodb.github.io/docs.trino.io/:splat"
status = 200
[[redirects]]
from = "/star"
to = "https://github.com/trinodb/trino/blob/master/.github/star.png"
[[redirects]]
from = "/presto-the-definitive-guide"
to = "/trino-the-definitive-guide"
[[redirects]]
from = "/presto-the-definitive-guide.html"
to = "/trino-the-definitive-guide.html"
[[redirects]]
from = "/resource*"
to = "/ecosystem/index.html"
[[redirects]]
from = "/ecosystem/client"
to = "/ecosystem/index.html"
[[redirects]]
from = "/ecosystem/client.html"
to = "/ecosystem/index.html"