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;