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