Added caching

This commit is contained in:
2025-09-08 19:49:05 +02:00
parent 5781880be4
commit a926b74d65
6 changed files with 52 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ const nextConfig: NextConfig = {
ignoreDuringBuilds: true
},
experimental: {
useCache: true,
reactCompiler: {
compilationMode: "all"
},