aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/netlify.toml
blob: d64977796bd83e8e3c5e4478ed691472ab31a6a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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 -b $DEPLOY_PRIME_URL"

[context.branch-deploy]
    command = "hugo -b $DEPLOY_PRIME_URL"