next.js/test/integration/export-image-default/pages/index.js
index.js9 lines162 B
import Image from 'next/image'

export default () => (
  <div>
    <p>Should error during export</p>
    <Image src="/i.png" width="10" height="10" />
  </div>
)
Quest for Codev2.0.0
/
SIGN IN