What are command rules on assets and statics folder managing images
-
assets folder: some dynamics images, icons, such as vectors and svgs.
statics folder: static files, such as logos, images, backgrounds, can be accessed with /statics/file on every application file.which is best place to store image, statics or assets folder
-
-
@s-molinari Noted that Thanks