/** @type {import('next').NextConfig} */ const nextConfig = { images: { remotePatterns: [ { protocol: "https", hostname: "thehub-io.imgix.net", pathname: "/files/s3/*", }, { protocol: "https", hostname: "www.it-jobbank.dk", }, ], }, }; export default nextConfig;