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