chore: enable Next.js experimental performance optimizations

This commit is contained in:
hamster1963 2025-02-06 00:44:29 +08:00
parent 07afc44eb7
commit 5e2cad71db

View File

@ -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: {