ccdp10003-project02/next.config.js

8 lines
146 B
JavaScript
Raw Permalink Normal View History

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