mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Enable concurrent
This commit is contained in:
@ -21,12 +21,9 @@ const composedConfig = composePlugins([
|
||||
/** @type {import('next').NextConfig} */
|
||||
{
|
||||
reactStrictMode: true,
|
||||
// experimental: {
|
||||
// reactMode: 'concurrent',
|
||||
// },
|
||||
experimental: {
|
||||
// runtime: 'nodejs',
|
||||
// reactMode: 'concurrent',
|
||||
runtime: 'nodejs',
|
||||
reactMode: 'concurrent',
|
||||
outputStandalone: true,
|
||||
},
|
||||
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
|
||||
|
Reference in New Issue
Block a user