Skip to content

Commit 307c817

Browse files
author
Ammara Yasin
committed
working
1 parent 229449a commit 307c817

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "portfolio",
33
"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",
4+
"homepage": "https://safenetiot.github.io/",
55
"version": "0.2.0",
66
"license": "MIT",
77
"private": true,
@@ -17,8 +17,7 @@
1717
"start": "next start",
1818
"export": "next export",
1919
"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",
20+
"deploy": "gh-pages -d out",
2221
"lint": "next lint"
2322
},
2423
"dependencies": {

0 commit comments

Comments
 (0)