mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-04-25 03:56:14 +02:00
362a6e2ceb
Former-commit-id: 8ed321f2ba
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
transpilePackages: ['react-map-gl', 'mapbox-gl', 'maplibre-gl'],
|
|
};
|
|
|
|
export default nextConfig;
|