mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-09 17:55:02 -04:00
Fix Netlify Preview Command
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
60d278458c
commit
19efe80b55
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue