我正在使用 Next.js 10.0.7 和 next-images 1.7,大图像需要几秒钟才能出现。
我正确使用了这些组件,您可以在下面看到,但我认为我的问题有一个解决方案。
<Image height="600" width="800" src={ 'https://myImageURL.png' } alt="my image" />
一些问题:
next.js nextjs-image
next.js ×1
nextjs-image ×1