asset 최적화1 [Next.js]Next.js의 ASSET 최적화 했을 때와 안했을 때의 time difference 1. Asset 최적화를 했을 때 import Image from "next/image"; Image className="rounded-sm object-scale-down" width={80} height={80} src={product.images} alt={product.title} />Nextconfig 내 remotePatterns등의 설정 /** @type {import('next').NextConfig} */const nextConfig = { reactStrictMode: false, images: { remotePatterns: [ { .. 2024. 10. 2. 이전 1 다음