diff options
Diffstat (limited to 'next.config.mjs')
| -rw-r--r-- | next.config.mjs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/next.config.mjs b/next.config.mjs index e38fbe2..2ec75eb 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -42,11 +42,11 @@ const nextConfig = { fullUrl: true,
},
},
- experimental: {
- serverActions: {
- allowedOrigins: ["localhost:3000"],
- },
- },
+ // experimental: {
+ // serverActions: {
+ // allowedOrigins: ["localhost:3000"],
+ // },
+ // },
};
export default nextConfig;
|