usdevs / usc-website-hackathon-frontend

Prototype frontend
https://usc-website-hackathon-frontend.vercel.app
2 stars 4 forks source link

[Misc] Refactor images #207

Open zsh-eng opened 4 months ago

zsh-eng commented 4 months ago

Refactor all images in the codebase to use Next.js Image component rather than url() function or any other means.

We prefer to use the Image component as Next.js automatically makes the necessary optimisations for our images that way.