开启 ppr 优化渲染性能
This commit is contained in:
@@ -11,8 +11,13 @@ export default createMDX({
|
||||
],
|
||||
},
|
||||
})({
|
||||
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
|
||||
output: 'standalone',
|
||||
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
|
||||
cacheComponents: true,
|
||||
reactCompiler: true,
|
||||
experimental: {
|
||||
turbopackFileSystemCacheForDev: true,
|
||||
},
|
||||
allowedDevOrigins: [
|
||||
'192.168.3.42',
|
||||
'192.168.3.14',
|
||||
|
||||
Reference in New Issue
Block a user