diff --git a/package.json b/package.json index 6cedfb1f..4fb9e634 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://FreshmanJam.github.io/my-portfolio", "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://FreshmanJam.github.io/my-portfolio'", "predeploy": "npm run build-gh", "deploy": "gh-pages -d dist" },