Skip to content

Commit efde01f

Browse files
authored
Merge pull request #104 from sourcefuse/GH-103
fix(arc-saas): UI login image not visible
2 parents a624dcd + 681f438 commit efde01f

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)