You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you could move the CNAME file to pages, this way it would get automatically copied into the build folder.
Just like it's done here: axelclark/axelclark.com#9
What is the process for deploying blog on a custom domain?
#gatsbyjs/gatsby#243
I was able to run the
yarn run deploy
script and push the public directory to the gh-pages branch.Then I manually created a
CNAME
file with my custom domain.The issue is every time I run the deploy script it removes the
CNAME
file.Is there any way to prevent that?
The text was updated successfully, but these errors were encountered: