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" },