next.js/test/integration/export-image-loader-legacy/pages/index.js
index.js11 lines224 B
import Image from 'next/legacy/image'

const loader = undefined

export default () => (
  <div>
    <p>Should succeed during export</p>
    <Image alt="icon" src="/i.png" width="10" height="10" loader={loader} />
  </div>
)
Quest for Codev2.0.0
/
SIGN IN