Skip to content

Commit 792b8a2

Browse files
committed
added .netlify.toml
1 parent 6319e06 commit 792b8a2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

netlify.toml

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

0 commit comments

Comments
 (0)