ccdp10003-project02/next.config.js

7 lines
146 B
JavaScript

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