diff options
| author | real-zephex <[email protected]> | 2024-06-11 16:29:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-11 16:29:23 +0000 |
| commit | 1f9676ba49d939ec4c67d0fdbb4ff87224decf1c (patch) | |
| tree | 15e27df8913d96bd38ab5e81a05443d7fff4015e /next.config.mjs | |
| parent | fix �: minor fix (diff) | |
| download | dramalama-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.mjs | 10 |
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;
|