I have setup cypress component testing with angular v15 and cypress 12. it mostly seems to be working except I get a 404 from the devServer when attempting to load assets from an img tag.
The assets are included in the angular.json file and are output in the dist directory of a build.
Is there any custom config I need to get these assets working with cypress?