/** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", transpilePackages: ["leaflet", "react-leaflet"], }; export default nextConfig;