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