Files
shadcn-ui/templates/next-template/next.config.mjs
2023-08-01 19:21:18 +04:00

7 lines
116 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
export default nextConfig