Files
Lovemap/next.config.mjs
T
2024-09-05 19:23:11 +02:00

10 lines
166 B
JavaScript

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