diff --git a/next.config.js b/next.config.js index 3069347..7b99e73 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - target: 'experimental-serverless-trace', + output: "export", // env: { // BASE_URL: process.env.NEXT_PUBLIC_MAPBOX_API_KEY, // }