Files
Lovemap/next.config.mjs
T
2024-09-03 18:18:49 +02:00

9 lines
147 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
MAPBOX_TOKEN: process.env.MAPBOX_TOKEN,
},
};
export default nextConfig;