refactor: add category and sub-cagory page for collections

This commit is contained in:
2025-05-14 00:51:54 +05:30
parent ffc880f6f8
commit a8f7a7bc14
7 changed files with 304 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ["127.0.0.1","admin.guptarudraksha.com"],
domains: ["127.0.0.1","admin.guptarudraksha.com", "localhost"],
},
};