From 19efe80b5549c95155878baf17baf46d4241cc28 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 25 Jun 2023 07:15:17 -0700 Subject: [PATCH] Fix Netlify Preview Command Signed-off-by: Tommy --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 97105fc..bb4bd4c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ HUGO_VERSION = "0.114.0" [context.deploy-preview] - command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo --minify" + command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL" [[plugins]] package = "netlify-plugin-checklinks"