From 91b048c84e0deb131c0003192cb69a4afeff0724 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 5 Oct 2023 11:19:24 +0100 Subject: [PATCH] Made due considerations a hidden page --- src/middleware.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/middleware.ts b/src/middleware.ts index 6a96910..53a6808 100644 --- a/src/middleware.ts +++ b/src/middleware.ts @@ -4,6 +4,7 @@ export const config = { "/portfolio/:path*", "/search/:path*", "/addresses/:path", + "/due-considerations/:path", ], };