From 8335a9661f8f553b5e8d894fb2e167184eca09bb Mon Sep 17 00:00:00 2001 From: real-zephex Date: Wed, 12 Jun 2024 00:15:58 +0530 Subject: =?UTF-8?q?=F0=9F=9A=80=20feat(download):=20implement=20direct=20m?= =?UTF-8?q?anga=20downloads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'next.config.mjs') 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; -- cgit v1.2.3