api ulandi

This commit is contained in:
Samandar Turgunboyev
2025-12-22 11:35:55 +05:00
parent 37c7120d1b
commit 9978b4e3fe
75 changed files with 10255 additions and 11924 deletions

View File

@@ -8,7 +8,10 @@ const nextConfig: NextConfig = {
// ignoreDuringBuilds: true,
// },
images: {
remotePatterns: [{ protocol: 'http', hostname: '**' }],
remotePatterns: [
{ protocol: 'http', hostname: '**' },
{ protocol: 'https', hostname: '**' },
],
},
};
const withNextIntl = createNextIntlPlugin({