diff --git a/next.config.mjs b/next.config.mjs index 74a9eb5..20ca34c 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -24,6 +24,9 @@ const withPWA = withPWAInit({ const nextConfig = { experimental: { inlineCss: true, + serverActions: { + allowedOrigins: ["*"], + }, }, output: "standalone", logging: {