diff --git a/next.config.mjs b/next.config.mjs index 0c9cd13..87421d1 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,14 +7,6 @@ const nextConfig = { // Use fewer workers for builds on low-memory systems workerThreads: false, cpus: 1, - // Allow server actions from these origins (behind reverse proxy) - serverActions: { - allowedOrigins: [ - 'pl.porwoll.tech', - 'pl.c2sgmbh.de', - 'cms.c2sgmbh.de', - ], - }, }, // Webpack configuration for TypeScript/ESM compatibility webpack: (webpackConfig) => {