From bfdb3c611e64d8a322fd4bf79f64bef212fe15e3 Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Fri, 12 Sep 2025 20:51:01 +0100 Subject: [PATCH] chore: Deploy fix - project config updated --- angular.json | 10 +++++----- package.json | 2 +- src/index.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/angular.json b/angular.json index f12e614..e4c7209 100644 --- a/angular.json +++ b/angular.json @@ -2,7 +2,7 @@ "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "version": 1, "projects": { - "vf-angular-boilerplate": { + "vf-angular": { "projectType": "application", "root": "", "sourceRoot": "src", @@ -11,7 +11,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/vf-angular-boilerplate", + "outputPath": "dist/vf-angular", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", @@ -43,14 +43,14 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "vf-angular-boilerplate:build" + "browserTarget": "vf-angular:build" }, "configurations": { "production": { - "browserTarget": "vf-angular-boilerplate:build:production" + "browserTarget": "vf-angular:build:production" }, "development": { - "browserTarget": "vf-angular-boilerplate:build:development" + "browserTarget": "vf-angular:build:development" } } }, diff --git a/package.json b/package.json index e275f65..af5f5df 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build --configuration production --base-href /vf-angular", + "build": "ng build --configuration production", "build:dev": "ng build --configuration development", "watch": "ng build --watch --configuration development", "test": "ng test", diff --git a/src/index.html b/src/index.html index 19aa220..052bb90 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - +