From a2770d4c9814e949a0529ea74254fd6e5553e9be Mon Sep 17 00:00:00 2001 From: SOMNATH0904 Date: Sat, 3 Feb 2024 15:59:57 +0530 Subject: [PATCH] Deploying via GitHub ... --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2828711..251f2d3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "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://{SOMNATH0904}.github.io/{MLSA-Technical-Onboarding}'", "predeploy": "npm run build-gh", "deploy": "gh-pages -d dist" },