search card - desktop

This commit is contained in:
2025-05-14 15:19:02 +03:00
parent e766284333
commit 5827f5d7a5
18 changed files with 366 additions and 17 deletions

View File

@@ -1,7 +1,14 @@
import type { NextConfig } from "next";
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
/* config options here */
};
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'via.placeholder.com',
},
],
},
}
export default nextConfig;
export default nextConfig