Skip to content

Commit e2ea417

Browse files
authored
chore: Deploy fix - project config updated
2 parents 4251bda + bfdb3c6 commit e2ea417

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

angular.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
33
"version": 1,
44
"projects": {
5-
"vf-angular-boilerplate": {
5+
"vf-angular": {
66
"projectType": "application",
77
"root": "",
88
"sourceRoot": "src",
@@ -11,7 +11,7 @@
1111
"build": {
1212
"builder": "@angular-devkit/build-angular:browser",
1313
"options": {
14-
"outputPath": "dist/vf-angular-boilerplate",
14+
"outputPath": "dist/vf-angular",
1515
"index": "src/index.html",
1616
"main": "src/main.ts",
1717
"polyfills": "src/polyfills.ts",
@@ -43,14 +43,14 @@
4343
"serve": {
4444
"builder": "@angular-devkit/build-angular:dev-server",
4545
"options": {
46-
"browserTarget": "vf-angular-boilerplate:build"
46+
"browserTarget": "vf-angular:build"
4747
},
4848
"configurations": {
4949
"production": {
50-
"browserTarget": "vf-angular-boilerplate:build:production"
50+
"browserTarget": "vf-angular:build:production"
5151
},
5252
"development": {
53-
"browserTarget": "vf-angular-boilerplate:build:development"
53+
"browserTarget": "vf-angular:build:development"
5454
}
5555
}
5656
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build": "ng build --configuration production --base-href /vf-angular",
7+
"build": "ng build --configuration production",
88
"build:dev": "ng build --configuration development",
99
"watch": "ng build --watch --configuration development",
1010
"test": "ng test",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<base href="/">
6+
<base href="/vf-angular">
77
<link rel="stylesheet" media="all" href="https://dev.assets.emblstatic.net/vf/develop/css/styles.css"/>
88
<!--
99
Want to build a site with the Visual Framework?

0 commit comments

Comments
 (0)