chore: Update next.config.mjs with experimental flag
This commit is contained in:
parent
86708b47f0
commit
893d3af6cb
@ -50,7 +50,10 @@ const nextConfig = {
|
||||
pathname: '**'
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
experimental: {
|
||||
missingSuspenseWithCSRBailout: false,
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user