diff --git a/package.json b/package.json index 685f154..4cb36db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "developers-portfolio", "description": "A personal static website/portfolio template hosted with GitHub Pages, built to showcase my recent projects.", - "homepage": "http://hashirshoaeb.com/home", + "homepage": "http://khareyash05.com/home", "version": "2.0.0", "dependencies": { "@testing-library/jest-dom": "^5.16.5", diff --git a/pages.js b/pages.js index b9c220f..ec3d9e8 100644 --- a/pages.js +++ b/pages.js @@ -1,6 +1,6 @@ const ghpages = require("gh-pages"); const pathname = `${__dirname}/build`; -const repoURL = "https://github.com/hashirshoaeb/hashirshoaeb.github.io.git"; +const repoURL = "https://github.com/khareyash05/home.git"; ghpages.publish( pathname,