Skip to content

Commit 681f438

Browse files
committed
fix(arc-saas): resolved UI bug image not visible on prod
resolved UI bug image not visible on prod
1 parent a624dcd commit 681f438

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

angular.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,12 @@
315315
"glob": "**/*",
316316
"input": "projects/arc-lib/src/lib/assets/",
317317
"output": "/assets/"
318-
}
318+
},
319+
{
320+
"glob": "**/*",
321+
"input": "projects/saas-ui/src/assets/",
322+
"output": "/assets/"
323+
}
319324

320325
],
321326
"styles": [

0 commit comments

Comments
 (0)