Skip to content

Commit 5262c8e

Browse files
committed
stash
1 parent 949963b commit 5262c8e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

netlify.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[build]
2+
command = "hugo"
3+
publish = "public"
4+
[build.environment]
5+
HUGO_VERSION = "0.83.1"
6+
7+
[context]
8+
[context.branch-deploy]
9+
command = "hugo -F -b $DEPLOY_PRIME_URL"
10+
[context.deploy-preview]
11+
command = "hugo -F -b $DEPLOY_PRIME_URL"
12+
[context.production]
13+
[context.production.environment]
14+
HUGO_ENV = "production"

0 commit comments

Comments
 (0)