nextjs-package-manager-exam.../next.config.mjs

7 lines
118 B
JavaScript
Raw Permalink Normal View History

2024-04-12 03:57:56 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
export default nextConfig;