diff --git a/package.json b/package.json index 7387015..9aeb6e4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", - "build:prod": "ng build --configuration production --deploy-url /portfolio/", + "build:prod": "ng build --configuration production --base-href https://yqni13.github.com/portfolio", "watch": "ng build --watch --configuration development", "test": "ng test", "test:prod": "ng test --browsers=ChromeHeadless --watch=false --code-coverage", @@ -49,4 +49,4 @@ "typescript": "~5.4.2", "typescript-eslint": "8.0.0-alpha.20" } -} \ No newline at end of file +}