detail page updated , add subcategory zustand

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-04-17 11:04:34 +05:00
parent 83bfb6296d
commit ebc08eff8f
7 changed files with 173 additions and 65 deletions

13
vercel.json Normal file
View File

@@ -0,0 +1,13 @@
{
"framework": "nextjs",
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "X-Content-Type-Options", "value": "nosniff" },
{ "key": "X-Frame-Options", "value": "DENY" },
{ "key": "X-XSS-Protection", "value": "1; mode=block" }
]
}
]
}