update middleware to allow static images. created prod env file
This commit is contained in:
@@ -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" />,
|
||||
},
|
||||
|
||||
+2
-2
@@ -24,12 +24,12 @@ export default function NotFound() {
|
||||
Go Home
|
||||
</Link>
|
||||
|
||||
<a
|
||||
{/* <a
|
||||
href="https://battl.builders"
|
||||
className="rounded-md border border-zinc-700 px-4 py-2 text-sm font-medium text-zinc-300 hover:bg-zinc-900 hover:border-zinc-600 transition-colors"
|
||||
>
|
||||
Learn More
|
||||
</a>
|
||||
</a> */}
|
||||
</div>
|
||||
|
||||
<p className="mt-6 text-[11px] text-zinc-600">
|
||||
|
||||
Reference in New Issue
Block a user