2
0

chore: 🗑️ Tidy up env files

This commit is contained in:
Baptiste Arnaud
2022-02-10 17:13:57 +01:00
parent 19f4fdb83a
commit 901e2f39b0
8 changed files with 20 additions and 9 deletions

View File

@@ -61,8 +61,12 @@ module.exports = withBundleAnalyzer({
],
fallback: [
{
source: '/:user*',
destination: process.env.NEXT_PUBLIC_VIEWER_HOST + '/:user*',
source: '/:typebotId*',
destination: process.env.NEXT_PUBLIC_VIEWER_HOST + '/:typebotId*',
},
{
source: '/api/:path*',
destination: process.env.NEXT_PUBLIC_VIEWER_HOST + '/api/:path*',
},
],
}