chore: 🗑️ Tidy up env files
This commit is contained in:
@@ -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*',
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "typebot.io",
|
||||
"name": "landing-page",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "next dev -p 3002",
|
||||
|
||||
Reference in New Issue
Block a user