aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/netlify.toml
blob: e387e8c49a6b545a9e0ec000e5f404791c371fb3 (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.48"

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

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