import type { NextConfig } from "next"; const nextConfig: NextConfig = { transpilePackages: ["@c2s/payload-contracts"], images: { remotePatterns: [ { protocol: "https", hostname: "cms.c2sgmbh.de", }, ], }, }; export default nextConfig;