2
0

ci(lp): 🛂 Fix viewer host env name

This commit is contained in:
Baptiste Arnaud
2022-02-10 14:33:39 +01:00
parent cfbf3d4c0d
commit 92515efcc3

View File

@ -33,7 +33,7 @@ module.exports = withBundleAnalyzer({
return [
{
source: '/:path*',
destination: `${process.env.VIEWER_HOST}/:path*`,
destination: `${process.env.NEXT_PUBLIC_VIEWER_HOST}/:path*`,
},
]
},