diff options
| author | real-zephex <[email protected]> | 2024-06-12 00:15:58 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-06-12 00:15:58 +0530 |
| commit | 8335a9661f8f553b5e8d894fb2e167184eca09bb (patch) | |
| tree | 3b14b44a6f38f1c93c981bb344a0e79661c4667f /next.config.mjs | |
| parent | Merge pull request #44 from real-zephex/dependabot/npm_and_yarn/eslint-9.4.0 (diff) | |
| download | dramalama-8335a9661f8f553b5e8d894fb2e167184eca09bb.tar.xz dramalama-8335a9661f8f553b5e8d894fb2e167184eca09bb.zip | |
🚀 feat(download): implement direct manga downloads
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;
|