diff --git a/next.config.ts b/next.config.ts index 3584450..19509b7 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { reactStrictMode: true, + serverExternalPackages: ["sharp"], experimental: { serverActions: { bodySizeLimit: "12mb",