We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c2d1f commit 5d9dc9eCopy full SHA for 5d9dc9e
netlify.toml
@@ -4,11 +4,12 @@
4
publish = "exampleSite/public"
5
6
[build.environment]
7
+ HUGO_VERSION = "0.55.6"
8
HUGO_THEME = "repo"
9
+ HUGO_BASEURL = "/"
10
11
[context.deploy-preview]
12
command = "hugo --gc --themesDir ../.. -b $DEPLOY_PRIME_URL"
13
14
[context.branch-deploy]
15
-
0 commit comments