From e03388609786da4b6d95f7db39601b3ed16007d6 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Sat, 23 Dec 2023 14:46:48 +0300 Subject: [PATCH] apps/web: next.config.js: pass env --- apps/web/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index b991d5a..ef197e2 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -34,6 +34,7 @@ const nextConfig = { ...favicons.map((fileName) => buildFaviconRewrite(`/${fileName}`)), ]; }, + env, }; module.exports = nextConfig;