From e6dccd56e6ca01b0a103464963455f9b608daaa7 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 16 Jun 2023 03:13:52 -0700 Subject: [PATCH] Update Netlify preview command (#131) Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"