MissionBit / missionbit.org

Mission Bit's website
https://www.missionbit.org/
MIT License
4 stars 0 forks source link

next/image refactor #334

Closed etrepum closed 3 years ago

etrepum commented 3 years ago

This switches over to the newer next/image on-demand image processing through their Image component, which is also supported by netlify now. It should speed up build times and remove a bunch of manual work on our part to deal with resizing in the code. We also no longer need to manually specify sizes because the import hook will compute the width and height at the same time it loads the file.