Skip to content

Commit

Permalink
Copy CNAME to public folder during deploy
Browse files Browse the repository at this point in the history
So github has a cname for my domain -- gatsbyjs/gatsby#243 (comment)
  • Loading branch information
FoxxMD committed Apr 2, 2018
1 parent f183911 commit d39403d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"develop-host": "gatsby develop --host 192.168.0.112",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "gatsby build && gh-pages -d public -b master",
"deploy": "gatsby build && cp ./CNAME public/ && gh-pages -d public -b master",
"format-output": "prettier src/**/*.{js,jsx}",
"format": "prettier --write src/**/*.{js,jsx}",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
Expand Down

0 comments on commit d39403d

Please sign in to comment.