Initial commit
This commit is contained in:
14
next.config.mjs
Normal file
14
next.config.mjs
Normal file
@@ -0,0 +1,14 @@
|
||||
/** @type {import('./estate_platform/node_modules/next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
logging: {
|
||||
fetches: {
|
||||
unmatchedRoutes: process.env.NODE_ENV === 'development',
|
||||
},
|
||||
},
|
||||
onDemandEntries: {
|
||||
maxInactiveAge: 60 * 1000,
|
||||
pagesBufferLength: 5,
|
||||
},
|
||||
};
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user