Nextjs梳理

Nextjs Nextjs v10 内置Image组件实现自动图片优化功能 <img src="/profile-picture.jpg" width="400" height="400" alt="Profile Picture"> import Image from 'next/image' <Image src="/profile-picture.jpg" width="400" height="4...