Deploy Preview is blank page

My deploy preview is showing as a blank page. There are no errors in the console, and I have no problem deploying to production (https://www.datastrategypros.com/).

Sample repo: https://github.com/NicoleJaneway/netlify-build

Sample deploy: https://deploy-preview-38–hungry-noyce-fb652c.netlify.app/

I’ve read some forums posts saying that removing the “homepage” prop in package.json was the fix, but there is no “homepage” property in my package.json, so this must not be my problem.

To help further diagnose this problem, it looks like scripts are loading from www.datastrategypros.com instead of from a path on preview domain e.g. /static/js/main.493da4ce.chunk.js. No idea why. I’ve looked at the settings on Netlify’s site and there doesn’t seem to be a way to specify what path the preview deploy build should use.

Closed as is duplicate of Deploy Preview is a blank page