// https://stackoverflow.com/a/64765638/7335674 import * as nextImage from 'next/image' Object.defineProperty(nextImage, 'default', { configurable: true, value: (props) => { return (
) }, })