This commit is contained in:
NotII
2025-03-17 20:21:10 +01:00
parent cb47a8ac7a
commit a1630af807
2 changed files with 9 additions and 8 deletions

View File

@@ -4,8 +4,12 @@ const nextConfig = {
remotePatterns: [
{
protocol: "https",
hostname: "**",
hostname: "api.telegram.org",
},
{
protocol: "https",
hostname: "telegram.org",
}
],
},
};