mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-21 20:31:33 -05:00
Fix Netlify Preview Command
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
60d278458c
commit
19efe80b55
@ -2,7 +2,7 @@
|
|||||||
HUGO_VERSION = "0.114.0"
|
HUGO_VERSION = "0.114.0"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[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]]
|
[[plugins]]
|
||||||
package = "netlify-plugin-checklinks"
|
package = "netlify-plugin-checklinks"
|
||||||
|
Loading…
Reference in New Issue
Block a user