diff --git a/netlify.toml b/netlify.toml index a1dea1f..0c2d0d6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ HUGO_VERSION = "0.113.0" [context.deploy-preview] - command = "hugo -b $DEPLOY_PRIME_URL" + command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo --minify" [[plugins]] package = "netlify-plugin-checklinks"