This repository has been archived by the owner on Oct 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnetlify.toml
121 lines (101 loc) · 2.4 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[build]
command = "node fetch-content.js && hugo -b https://docs.spatie.be"
publish = "public"
[context.production.environment]
HUGO_VERSION = "0.55.5"
HUGO_ENV = "production"
[[redirects]]
from = "https://docs-spatie.netlify.com/*"
to = "https://docs.spatie.be/:splat"
status = 301
force = true
[[redirects]]
from = "/laravel-backup/"
to = "/laravel-backup/v6/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-backup-server/"
to = "/laravel-backup-server/v1/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-medialibrary/"
to = "/laravel-medialibrary/v8/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-blade-x/"
to = "/laravel-blade-x/v2/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-tags/"
to = "/laravel-tags/v2/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-event-projector/"
to = "/laravel-event-projector/v2/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-activitylog/"
to = "/laravel-activitylog/v3/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-html/"
to = "/laravel-html/v2/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-server-monitor/"
to = "/laravel-server-monitor/v1/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-uptime-monitor/"
to = "/laravel-uptime-monitor/v3/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-slack-slash-command/"
to = "/laravel-slack-slash-command/v1/introduction"
status = 301
force = true
[[redirects]]
from = "/menu/"
to = "/menu/v2/introduction"
status = 301
force = true
[[redirects]]
from = "/image/"
to = "/image/v1/introduction"
status = 301
force = true
[[redirects]]
from = "/enum/"
to = "/enum/v2/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-resource-links/"
to = "/laravel-resource-links/v1/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-dashboard/"
to = "/laravel-dashboard/v1/introduction"
status = 301
force = true
[[redirects]]
from = "/laravel-multitenancy/"
to = "/laravel-multitenancy/v1/introduction"
status = 301
force = true
[[redirects]]
from = "/typescript-transformer/"
to = "/typescript-transformer/v1/introduction"
status = 301
force = true