blob: 19db13e93a627afaca456576cb4b39f34848517b [file] [log] [blame]
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
remotePatterns: [
{
hostname: "img.icons8.com"
}
]
}
};
export default nextConfig;