-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
65 lines (55 loc) · 1.17 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
[build]
command = "jekyll build"
publish = "_site/"
[[redirects]]
from = "/feed/atom"
to = "/feed.xml"
[[redirects]]
from = "/feed"
to = "/feed.xml"
[[redirects]]
from = "/about"
to = "/"
force = true
[[redirects]]
from = "/about/about-the-team"
to = "/team"
[[redirects]]
from = "/about-the-team"
to = "/team"
[[redirects]]
from = "/about/team"
to = "/team"
[[redirects]]
from = "/downloads"
to = "/downloads/third-party-packages"
[[redirects]]
from = "/faq-help/ppa-installation-guide/"
to = "/downloads/third-party-packages"
[[redirects]]
from = "/preview/screencasts"
to = "/screenshots/screencasts"
[[redirects]]
from = "/preview/*"
to = "/screenshots"
[[redirects]]
from = "/category/news"
to = "/tag/news"
[[redirects]]
from = "/category/release"
to = "/tag/release"
[[redirects]]
from = "/category/*"
to = "/blog"
[[redirects]]
from = "/2018/09/quick-bug-fix-in-0-94-2"
to = "/releases/0.94.2"
force = true
[[redirects]]
from = "/2018/09/new-bug-fix-release-0-94-1"
to = "/releases/0.94.1"
force = true
[[redirects]]
from = "/*"
to = "https://shutter-project-wp-import.netlify.app/:splat"
status = 200