Caching Images Next.js
Someone that has any good ideas / thoughts on how to use caching of images well in Next.js?
Should all assets be fetched from the public assets folder in your project or is it fine to store them on something like S3 or Firebase and fetch them from there instead?
Should we just use the Image from 'next/image'; or is there some better option?
Should all assets be fetched from the public assets folder in your project or is it fine to store them on something like S3 or Firebase and fetch them from there instead?
Should we just use the Image from 'next/image'; or is there some better option?