From 037e87908c50a0ba676dc0895b22a85afc416327 Mon Sep 17 00:00:00 2001 From: Mondongue Ronald <108133408+Hibbox@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:58:05 +0000 Subject: [PATCH] update json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" },