diff --git a/package.json b/package.json index 2828711..d7eb842 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "version": "1.0.0", "description": "Educator JS Codespace Template", "source": "src/index.html", - "homepage": "https://github.com/microsoft/codespaces-teaching-template-js#readme", + "homepage": "https://Hibbox.github.io/portfolio-Hibbox", "scripts": { "start": "parcel", "build": "parcel build", - "build-gh": "parcel build --public-url 'https://{github-username}.github.io/{repo-name}'", + "build-gh": "parcel build --public-url 'https://Hibbox.github.io/portfolio.git'", "predeploy": "npm run build-gh", "deploy": "gh-pages -d dist" },