aboutsummaryrefslogtreecommitdiff
path: root/next.config.mjs
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-06-11 16:29:23 +0000
committerGitHub <[email protected]>2024-06-11 16:29:23 +0000
commit1f9676ba49d939ec4c67d0fdbb4ff87224decf1c (patch)
tree15e27df8913d96bd38ab5e81a05443d7fff4015e /next.config.mjs
parentfix �: minor fix (diff)
downloaddramalama-1f9676ba49d939ec4c67d0fdbb4ff87224decf1c.tar.xz
dramalama-1f9676ba49d939ec4c67d0fdbb4ff87224decf1c.zip
✨ feat(site): unified loading page and added metadata for each site
Diffstat (limited to 'next.config.mjs')
-rw-r--r--next.config.mjs10
1 files changed, 5 insertions, 5 deletions
diff --git a/next.config.mjs b/next.config.mjs
index c587eaf..f865694 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;