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