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