mirror of https://github.com/crossplane/docs.git
Fix font loading in deploy previews (#516)
This commit is contained in:
parent
63b2297a0c
commit
a42c6e749e
|
@ -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
|
Loading…
Reference in New Issue