/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, poweredByHeader: false, images: { formats: ["image/avif", "image/webp"], remotePatterns: [ // Add external image hosts here, e.g.: // { protocol: "https", hostname: "images.unsplash.com" }, ], }, }; export default nextConfig;