forked from fursinger/cove
-
Notifications
You must be signed in to change notification settings - Fork 0
/
netlify.toml
executable file
·133 lines (92 loc) · 2.32 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
122
[build.environment]
YARN_VERSION = "1.12.1"
NPM_VERSION = "6.4.1"
[build]
command = "yarn run build"
publish = "dist"
[context.deploy-preview]
command = "yarn run build:preview"
[[redirects]]
from = "/services/"
to = "/pricing/"
[[redirects]]
from = "/de/angebot/"
to = "/de/preise/"
[[redirects]]
from = "/fr/offre/"
to = "/fr/tarifs/"
[[redirects]]
from = "/de/identitaetspruefung/"
to = "/de/qes-freischalten/"
[[redirects]]
from = "/de/qes-erklaert/"
to = "/de/signaturstandards/"
[[redirects]]
from = "/identify/"
to = "/enable-qes/"
[[redirects]]
from = "/qes-explained/"
to = "/signaturestandards/"
[[redirects]]
from = "/fr/identifions/"
to = "/fr/debloquez-qes/"
[[redirects]]
from = "/fr/qes-explique/"
to = "/fr/normessignature/"
[[redirects]]
from = "/prices/"
to = "/pricing/"
[[redirects]]
from = "/fr/debloquez-qes"
to = "/fr/debloquez-seq/"
[[redirects]]
from = "/fr/validateur-qes/"
to = "/fr/validateur-seq/"
[[redirects]]
from = "/careers/378/account-executive-ch/"
to = "/careers/"
[[redirects]]
from = "/careers/294/country-manager-de/"
to = "/careers/"
[[redirects]]
from = "/careers/172/customer-success-manager-de/"
to = "/careers/"
[[redirects]]
from = "/careers/465/sales-manager-de/"
to = "/careers/"
[[redirects]]
from = "/de/karriere/378/account-executive-ch/"
to = "/de/karriere/"
[[redirects]]
from = "/de/karriere/294/country-manager-de/"
to = "/de/karriere/"
[[redirects]]
from = "/de/karriere/172/customer-success-manager-de/"
to = "/de/karriere/"
[[redirects]]
from = "/de/karriere/465/sales-manager-de/"
to = "/de/karriere/"
[[redirects]]
from = "/fr/carriere/378/account-executive-ch/"
to = "/fr/carriere/"
[[redirects]]
from = "/fr/carriere/294/country-manager-de/"
to = "/fr/carriere/"
[[redirects]]
from = "/fr/carriere/172/customer-success-manager-de/"
to = "/fr/carriere/"
[[redirects]]
from = "/fr/carriere/465/sales-manager-de/"
to = "/fr/carriere/"
[[redirects]]
from = "/careers/268/sales-consultant/"
to = "/careers/"
[[redirects]]
from = "/de/karriere/268/sales-consultant/"
to = "/de/karriere/"
[[redirects]]
from = "/fr/carriere/268/sales-consultant/"
to = "/fr/carriere/"
[[redirects]]
from = "/fr/maximiser-force-probante/"
to = "/fr/augmenter-force-probante/"