diff --git a/next.config.mjs b/next.config.mjs index 0fda2008..8b1e9b76 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -16,6 +16,9 @@ const nextConfig = { cpus: 3, workerThreads: false, }, + serverActions: { + allowedOrigins: ["*.klz-cables.com", "*.branch.klz-cables.com", "localhost:3000", "klz.localhost"], + }, reactStrictMode: false, swcMinify: true, productionBrowserSourceMaps: false,