Launch week page

This commit is contained in:
Iuliia Shnai
2023-11-22 17:37:34 +11:00
parent 17e308dbb6
commit 6a09408a1c
12 changed files with 300 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ export default async function middleware(req: NextRequest, ev: NextFetchEvent) {
path !== "/oss-friends" &&
path !== "/pricing" &&
path !== "/docsend-alternatives" &&
path !== "/launch-week" &&
path !== "/open-source-investors" &&
!path.startsWith("/alternatives/") &&
!path.startsWith("/blog/") &&