Connect Meshkee APIs and add catalog, blog, and content pages.

Wire user-products and blogs to the Website API, add about/contact/categories routes, and polish flat UI filters and page banners.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-10 10:54:27 +03:30
co-authored by Cursor
parent e74e5ca45f
commit 8194b7292f
31 changed files with 2160 additions and 204 deletions
+8 -1
View File
@@ -1,7 +1,14 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [
{ protocol: "https", hostname: "**.parspack.net" },
{ protocol: "https", hostname: "cdn.meshkee.com" },
{ protocol: "https", hostname: "**.meshkee.com" },
{ protocol: "https", hostname: "api.meshkee.com" },
],
},
};
export default nextConfig;