Fix sharp native binary on Vercel by marking as external package

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-04-20 01:30:28 +02:00
parent 0bf6b96687
commit adfb3b8ed4

View file

@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactStrictMode: true,
serverExternalPackages: ["sharp"],
experimental: {
serverActions: {
bodySizeLimit: "12mb",