File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 40
40
{{% /blocks/feature %}}
41
41
42
42
{{< /blocks/section > }}
43
+
44
+ {{% blocks/lead color="primary" %}}
45
+ < a href ="https://www.netlify.com "> < img src ="https://www.netlify.com/v3/img/components/netlify-dark.svg " alt ="Deploys by Netlify " /> </ a > {{% /blocks/lead %}}
Original file line number Diff line number Diff line change 1
1
[build ]
2
- [build .environment ]
3
- HUGO_VERSION = " 0.113.0"
4
- GO_VERSION = " 1.18"
2
+ publish = " public
3
+ command = " hugo --gc --minify"
4
+
5
+ [build .environment ]
6
+ HUGO_VERSION = " 0.113.0"
7
+ HUGO_ENABLEGITINFO = " true"
8
+ GO_VERSION = " 1.18"
9
+
10
+ [context .deploy-preview ]
11
+ command = " hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
12
+
13
+ [context .branch-deploy ]
14
+ command = " hugo --gc --minify -b $DEPLOY_PRIME_URL"
You can’t perform that action at this time.
0 commit comments