Example static web app, that uses remote image optimization service
Demo URL: https://nextjs-remote-images.examples.oleksiipopov.com/
Landing page:
Thumbnails with different "fit" parameters:
Thumbnails with loading blur animation:
# Inastall dependencies of all workspaces
npm run install-all
# Run the front-end in dev mode
npm run dev-front