In build preview, sometimes links redirect to the master website (using the main domain instead of the test domain)
For example for this Pull-request: https://github.com/letsencrypt/website/pull/641 with preview https://deploy-preview-641–letsencrypt.netlify.com/docs/ :
- Links on the top menu start with https://deploy-preview-641–letsencrypt.netlify.com/
- Links in the page incorrectly start with https://letsencrypt.org
This makes the navigation in the preview difficult.
Is there something missing/wrong in the Hugo source or is it a netlify bug? (when building locally the website, all links have localhost as base)