next.config.ts 162 B

1234567
  1. import type { NextConfig } from "next";
  2. const nextConfig: NextConfig = {
  3. serverExternalPackages: ["@resvg/resvg-js", "satori"],
  4. };
  5. export default nextConfig;