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