7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
![]() |
/** @type {import('next').NextConfig} */
|
||
|
const nextConfig = {
|
||
|
reactStrictMode: false,
|
||
|
};
|
||
|
|
||
|
export default nextConfig;
|