Programmer-RD-AI
update next config
1482bae
raw
history blame
149 Bytes
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
output: 'standalone',
devIndicators: false
}
export default nextConfig