1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2025-02-20 18:31:35 -05:00

Correct BaseURL on preview

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-21 08:02:53 -04:00
parent 2a81bb5880
commit fe133cf9be
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -10,4 +10,7 @@
X-Frame-Options = "DENY"
X-XSS-Protection = "0"
Permissions-Policy = "accelerometer=(), autoplay=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=()"
Cross-Origin-Resource-Policy = "same-origin"
Cross-Origin-Resource-Policy = "same-origin"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"