Skip to content

Commit

Permalink
fix custom domain resetting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AshkanArabim committed Aug 16, 2024
1 parent 44a6b7a commit 7817b6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "gatsby build && gh-pages -d public"
"add-domain": "echo \"blog.ashkan.zone\" > public/CNAME",
"deploy": "gatsby build && npm run add-domain && gh-pages -d public"
},
"dependencies": {
"gatsby": "^5.13.5",
Expand Down

0 comments on commit 7817b6a

Please sign in to comment.