/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, images: { domains: [], unoptimized: true, }, }; module.exports = nextConfig;