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