diff --git a/next.config.js b/next.config.js index dfa015e..a82cd16 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,8 @@ const nextConfig = { env: { BASE_URL: process.env.NEXT_PUBLIC_MAPBOX_API_KEY, - } + }, + output: "export" } module.exports = nextConfig