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.
baseUrl
1 parent aacaea5 commit 3c78176Copy full SHA for 3c78176
netlify.toml
@@ -5,3 +5,6 @@
5
[build.environment]
6
HUGO_VERSION = "0.92.0"
7
YARN_VERSION = "1.22.17"
8
+
9
+[context.deploy-preview]
10
+ command = "yarn run build -b $DEPLOY_PRIME_URL"
package.json
@@ -4,7 +4,7 @@
4
"description": "Sup! This is the source code of the nushackers blog site http://nushackers.org.",
"license": "MIT",
"scripts": {
- "build": "hugo",
+ "build": "hugo --gc",
"dev": "hugo serve"
},
"devDependencies": {
0 commit comments