Files
2026-04-06 02:45:18 -04:00

8 lines
168 B
JavaScript

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