import type { NextConfig } from 'next' const config: NextConfig = { output: 'standalone', transpilePackages: ['lucide-react'], } export default config