chore: trust images from html.tailus.io

This commit is contained in:
javayhu 2025-06-12 00:27:16 +08:00
parent a7c56f4a6c
commit 9c120d776d

View File

@ -41,6 +41,10 @@ const nextConfig: NextConfig = {
protocol: 'https',
hostname: 'ik.imagekit.io',
},
{
protocol: 'https',
hostname: 'html.tailus.io',
},
],
},
};