Skip to content

Commit

Permalink
chore: enable Next.js experimental performance optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Feb 5, 2025
1 parent 07afc44 commit 5e2cad7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 5e2cad7

Please sign in to comment.