App works perfectly fine when it's deployed on https://github.io/architect_portfolio (when custom domain is not set). When it's deployed to https://architect.mszanowski.pl, all I can see is a blank white page.
What can I do to make it working? I think it has something to do with architect_portfolio part in assets urls.
To deploy it on custom domain I did following:
- add CNAME
mszan.github.io.record to myarchitect.mszanowski.plsubdomain, - update my
package.jsonhomepageandnamevalues:
"homepage": "https://architect.mszanowski.pl",
"name": "architect_portfolio",
- made a commit to master branch,
- run
gh-pages -d build
Repo: https://github.com/mszan/architect_portfolio
Another repo of working React app deployed on custom domain which is working fine: https://github.com/mszan/aestral_portfolio

