/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, swcMinify: true, images: { domains: ['images.unsplash.com', 'via.placeholder.com'], }, output: 'standalone', } module.exports = nextConfig