aboutsummaryrefslogtreecommitdiff
path: root/netlify.toml
blob: 3ef91507866bf848fafde74c2a3b0126365405e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build]
    command = "hugo"
    publish = "public"
    functions = "functions"

[build.environment]
    HUGO_VERSION = "0.41"

[context.production.environment]
    HUGO_ENV = "production"
    NODE_ENV = "production"

[context.deploy-preview]
    command = "hugo"