apps/web: next.config.js: pass env

This commit is contained in:
vchikalkin 2023-12-23 14:46:48 +03:00
parent 6918fb3766
commit e033886097

View File

@ -34,6 +34,7 @@ const nextConfig = {
...favicons.map((fileName) => buildFaviconRewrite(`/${fileName}`)), ...favicons.map((fileName) => buildFaviconRewrite(`/${fileName}`)),
]; ];
}, },
env,
}; };
module.exports = nextConfig; module.exports = nextConfig;