feat(netlify): use netlify-plugin-hugo-cache-resources plugin

This commit is contained in:
Jimmy Cai 2020-09-06 13:35:55 +02:00
parent e728263d13
commit 52a9ec9825
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

View File

@ -7,7 +7,6 @@
[context.production] [context.production]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}/" command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${URL}/"
[context.production.environment] [context.production.environment]
HUGO_ENV = "production" HUGO_ENV = "production"
@ -16,3 +15,9 @@
[context.deploy-preview] [context.deploy-preview]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/" command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}/"
[[plugins]]
package = "netlify-plugin-hugo-cache-resources"
[plugins.inputs]
# If it should show more verbose logs (optional, default = true)
debug = true