Skip to content

Commit 21d4812

Browse files
committed
Angular.json file is updated to have the path of the assets folder
1 parent 623a0ff commit 21d4812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"output": "./tinymce"
109109
},
110110
"projects/angular-test-app/src/favicon.ico",
111-
"projects/angular-test-app/src/assets"
111+
"projects/angular-test-app/src/assets/img"
112112
],
113113
"styles": ["projects/angular-test-app/src/styles.scss"],
114114
"scripts": ["./node_modules/tinymce/tinymce.min.js"],

0 commit comments

Comments
 (0)