Skip to content

Commit 71515f7

Browse files
Angular.json file is updated to have the path of the assets folder (#376)
Co-authored-by: tumms2021389 <[email protected]>
1 parent 4237026 commit 71515f7

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)