diff options
Diffstat (limited to 'next.config.mjs')
| -rw-r--r-- | next.config.mjs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/next.config.mjs b/next.config.mjs index 3633cad..216839b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -51,9 +51,7 @@ const nextConfig = { fullUrl: true,
},
},
- experimental: {
- reactCompiler: true,
- },
+
// experimental: {
// serverActions: {
// allowedOrigins: ["localhost:3000"],
|