1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-12-21 20:31:33 -05:00

Update Netlify preview command (#131)

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-16 03:13:52 -07:00 committed by GitHub
parent 1b7118d19d
commit e6dccd56e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"