update middleware to allow static images. created prod env file

This commit is contained in:
2025-12-12 11:26:39 -05:00
parent 1757aba3e7
commit e2d0fb8003
5 changed files with 35 additions and 13 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const navItems = [
icon: <Layers className="h-4 w-4" />,
},
{
label: "Products (TO DO)",
label: "Products",
href: "/admin/products",
icon: <Boxes className="h-4 w-4" />,
},