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 f865694..c587eaf 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -51,11 +51,11 @@ const nextConfig = { },
},
- experimental: {
- serverActions: {
- allowedOrigins: ["localhost:3000"],
- },
- },
+ // experimental: {
+ // serverActions: {
+ // allowedOrigins: ["localhost:3000"],
+ // },
+ // },
};
export default nextConfig;
|