type NextConfig = any; const nextConfig: NextConfig = { output: "standalone", }; export default nextConfig;