Closed obulat closed 1 year ago
Hey @WordPress/openverse-maintainers, I would like to work on this issue,
Hey @WordPress/openverse-maintainers, I would like to work on this issue,
@sehgxl , I've added more details to the issue description.
@obulat appreciate you adding the details, working on this.
Problem
We use
require
for images on the homepage.require
will be deprecated in Nuxt 3.Description
We should move the
hompage_images
folder (images only, not thejson
file) to/static
folder, and use the static URLs.https://github.com/WordPress/openverse/blob/507d7401a774aad70b984ae7237183d510b0de30/frontend/src/components/VHomeGallery/VHomeGallery.vue#L115-L117
Change the code above to