apps/web: next.config.js: pass env
This commit is contained in:
parent
6918fb3766
commit
e033886097
@ -34,6 +34,7 @@ const nextConfig = {
|
||||
...favicons.map((fileName) => buildFaviconRewrite(`/${fileName}`)),
|
||||
];
|
||||
},
|
||||
env,
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user