diff --git a/next.config.ts b/next.config.ts index f6d8e3e..607a563 100644 --- a/next.config.ts +++ b/next.config.ts @@ -21,6 +21,11 @@ const nextConfig: NextConfig = { experimental: { serverActions: { bodySizeLimit: '50mb', + allowedOrigins: [ + "https://weexnes.dev", + "https://weexnes.dev:6837", + "https://cdn.weexnes.dev" + ], }, }, };