Files
server-26/drb-frontend/next.config.mjs
T

8 lines
202 B
JavaScript

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