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