fix: correct npm package name to leaflet.gridlayer.googlemutant

This commit is contained in:
Logan
2026-05-25 13:44:31 -04:00
parent 6a9fe5d26f
commit 96bba45ffa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
transpilePackages: ["leaflet", "react-leaflet", "leaflet-google-mutant"],
transpilePackages: ["leaflet", "react-leaflet", "leaflet.gridlayer.googlemutant"],
};
export default nextConfig;