When I use my npm script like so
"deploy": "npm run build:prod && gh-pages -d dist"
My custom domain is overwritten by gh-pages to be my default Github Pages project domain. I have to go into my Github project settings and make the domain my custom domain every time.
When I use my npm script like so
My custom domain is overwritten by
gh-pagesto be my default Github Pages project domain. I have to go into my Github project settings and make the domain my custom domain every time.