copied the code from the working repo
This commit is contained in:
10
mtucijobsweb/next.config.js
Normal file
10
mtucijobsweb/next.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: false,
|
||||
env: {
|
||||
NEXT_PUBLIC_APP_BASE_URL: process.env.NEXT_PUBLIC_APP_BASE_URL,
|
||||
NEXT_PUBLIC_BOT_URL: process.env.NEXT_PUBLIC_BOT_URL,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Reference in New Issue
Block a user