cleaned code from logs and some comments

This commit is contained in:
Jelaletdin12
2025-12-19 18:14:29 +05:00
parent 0fb4e2765c
commit cdc9fa686f
45 changed files with 368 additions and 501 deletions

View File

@@ -22,7 +22,6 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
}
export async function generateStaticParams() {
// Generate static params for popular categories
const categories = ["electronics", "clothing", "home-garden"]
return categories.map((slug) => ({ slug }))
}