diff --git a/next.config.js b/next.config.js index 3f177f8..a8cf770 100644 --- a/next.config.js +++ b/next.config.js @@ -1,11 +1,11 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: "export", - basePath: '/docs', + basePath: '', // reactStrictMode: true, - env: { - BASE_URL: process.env.NEXT_PUBLIC_MAPBOX_API_KEY, - } + // env: { + // BASE_URL: process.env.NEXT_PUBLIC_MAPBOX_API_KEY, + // } }