diff --git a/next.config.js b/next.config.js index feae51b..7c6ec5f 100644 --- a/next.config.js +++ b/next.config.js @@ -16,6 +16,10 @@ const nextConfig = { styledComponents: true, }, output: "export", + + env: { + NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL, + }, }; module.exports = nextConfig;