dguglielmi-git / innovandoliving

InnovandoLiving - NextJS Ecommerce - Official Website
2 stars 0 forks source link

Remove usage of poster property #57

Open dguglielmi-git opened 11 months ago

dguglielmi-git commented 11 months ago

In the Frontend project is being used the 'poster' property, that is the old path of pictures. Currently, we are using the product.url property to get that path after the last update of the system.

We should first remove the use of this property within the project, and then remove the property from the products collection type.

In Scope: