Spaces:
Running
Running
```javascript | |
/** @type {import('next').NextConfig} */ | |
const nextConfig = { | |
reactStrictMode: true, | |
swcMinify: true, | |
env: { | |
NEXT_PUBLIC_MAPBOX_TOKEN: process.env.NEXT_PUBLIC_MAPBOX_TOKEN, | |
}, | |
} | |
module.exports = nextConfig | |
``` |