File size: 146 Bytes
c1e6570
b9b05e2
297c500
 
b9b05e2
c1e6570
 
1
2
3
4
5
6
7
8
/** @type {import('next').NextConfig} */
const nextConfig = {
    output: "standalone",
    reactStrictMode: true,
};

export default nextConfig;