-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
32 lines (25 loc) · 864 Bytes
/
netlify.toml
File metadata and controls
32 lines (25 loc) · 864 Bytes
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
[build]
publish = "public"
command = "hugo --gc --minify"
[build.environment]
GO_VERSION = "1.13"
HUGO_VERSION = "0.147.6"
[context.production.environment]
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"
[[redirects]]
from = "http://gdquest.netlify.com/*"
to = "http://gdquest.com/:splat"
status = 301
force = true
[[redirects]]
from = "/schools_outreach"
to = "https://www.figma.com/proto/Bct0SZEhq03X1b7cve0GOc/Shareable-Schools-Deck--Working-Copy-?page-id=0%3A1&node-id=615-3820&viewport=1534%2C254%2C0.02&t=XD99GDyqmTk83hSm-1&scaling=min-zoom&content-scaling=fixed"
status = 302
force = true