-
Notifications
You must be signed in to change notification settings - Fork 28
/
netlify.toml
44 lines (44 loc) · 1.09 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
[[redirects]]
from="*starlingedge.io*"
to="https://www.starlingx.io/"
status=301
force=true
[[redirects]]
from="*starlingx.org*"
to="https://www.starlingx.io/"
status=301
force=true
[[redirects]]
from="https://starlingedge.io"
to="https://www.starlingx.io/"
status=301
force=true
[[redirects]]
from="https://www.starlingedge.io"
to="https://www.starlingx.io/"
status=301
force=true
[[redirects]]
from="https://starlingx.org"
to="https://www.starlingx.io/"
status=301
force=true
[[redirects]]
from="https://www.starlingx.org"
to="https://www.starlingx.io/"
status=301
force=true
[build]
publish = "public"
command = "npm run build"
[build.environment]
NODE_VERSION = "12.20.1"
YARN_VERSION = "1.13.0"
YARN_FLAGS = "--no-ignore-optional"
# Deploy Preview context: all deploys resulting from a pull/merge request will
# inherit these settings.
[context.deploy-preview.environment]
GATSBY_API_BASE_URL = "https://openstackid-resources.openstack.org"
GATSBY_SPONSORED_PROJECT_ID = "6"
GATSBY_HOME_SUBPROJECT_ID = "12"
GATSBY_MEMBERS_SUBPROJECT_ID = "12"