From 93e526854e00cc29e99b4fd95e084fba66278f19 Mon Sep 17 00:00:00 2001 From: Omkar Shinde Date: Wed, 2 Jul 2025 09:27:39 +0000 Subject: [PATCH] Updated Package.json for deployment --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" },