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 62d6383 commit 22b13ceCopy full SHA for 22b13ce
netlify.toml
@@ -8,16 +8,16 @@
8
HUGO_VERSION = "0.125.1"
9
10
[context.production]
11
- command = "hugo --minify --gc"
+ command = "npm run build"
12
13
[context.deploy-preview]
14
- command = "hugo --minify --gc -b $DEPLOY_PRIME_URL"
+ command = "npm run build -- -b $DEPLOY_PRIME_URL"
15
16
[context.branch-deploy]
17
18
19
[context.next]
20
21
22
[context.next.environment]
23
HUGO_ENV = "next"
0 commit comments