aboutsummaryrefslogtreecommitdiff
path: root/next.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.mjs')
-rw-r--r--next.config.mjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs
index e86fa23..a4fb287 100644
--- a/next.config.mjs
+++ b/next.config.mjs
@@ -38,6 +38,11 @@ const nextConfig = {
fullUrl: true,
},
},
+ experimental: {
+ serverActions: {
+ allowedOrigins: ["localhost:3000"]
+ }
+ }
};
export default nextConfig;