import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'polishlessonsamsterdam.com',
},
hostname: 'kagi.com',
],
};
export default nextConfig;
Powered by TurnKey Linux.