This commit is contained in:
pradeepkumar
2026-01-24 22:19:30 +05:30
parent 7d6ef356e2
commit a0559a17f1
6 changed files with 454 additions and 40 deletions

View File

@@ -11,6 +11,14 @@ const nextConfig: NextConfig = {
protocol: "https",
hostname: "**",
},
{
protocol: "http",
hostname: "localhost",
},
{
protocol: "http",
hostname: "127.0.0.1",
},
],
},
};