import type { NextConfig } from 'next' const nextConfig: NextConfig = { output: 'standalone', devIndicators: false } export default nextConfig