We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229449a commit 307c817Copy full SHA for 307c817
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "portfolio",
3
"description": "A portfolio website template that helps you showcase your work, projects and skills as a software developer or freelancer.",
4
- "homepage": "http://hashirshoaeb.com",
+ "homepage": "https://safenetiot.github.io/",
5
"version": "0.2.0",
6
"license": "MIT",
7
"private": true,
@@ -17,8 +17,7 @@
17
"start": "next start",
18
"export": "next export",
19
"predeploy": "npm run build && npm run export && touch ./out/.nojekyll",
20
- "deploy": "npm run custom-domain && node scripts/pages.js hashirshoaeb master",
21
- "custom-domain": "node scripts/cname.js hashirshoaeb.com www.hashirshoaeb.com",
+ "deploy": "gh-pages -d out",
22
"lint": "next lint"
23
},
24
"dependencies": {
0 commit comments