mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
chore: enable Next.js experimental performance optimizations
This commit is contained in:
parent
07afc44eb7
commit
5e2cad71db
@ -22,6 +22,9 @@ const withPWA = withPWAInit({
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
webpackBuildWorker: true,
|
||||
parallelServerBuildTraces: true,
|
||||
parallelServerCompiles: true,
|
||||
inlineCss: true,
|
||||
reactCompiler: true,
|
||||
serverActions: {
|
||||
|
Loading…
Reference in New Issue
Block a user