fix: middleware blocking

This commit is contained in:
Marc Seitz
2024-01-29 14:40:38 +11:00
parent 39cf2ad378
commit 46a3d4c254

View File

@@ -41,6 +41,7 @@ export default async function middleware(req: NextRequest, ev: NextFetchEvent) {
path !== "/docsend-alternatives" &&
path !== "/launch-week" &&
path !== "/open-source-investors" &&
path !== "/investors" &&
path !== "/ai" &&
path !== "/share-notion-page" &&
!path.startsWith("/alternatives/") &&