Fix font loading in deploy previews (#516)

This commit is contained in:
Pete Lumbis 2023-08-07 09:35:16 -04:00 committed by GitHub
parent 63b2297a0c
commit a42c6e749e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ cat config.yaml
if [ "$CONTEXT" = "production" ]; then
hugo --minify --baseURL https://docs.crossplane.io/
else
hugo --minify --baseURL $DEPLOY_URL/
hugo --minify --baseURL https://deploy-preview-$REVIEW_ID--crossplane.netlify.app/
fi