Add open source investors static page (#85)

* feat(static): add open source investors

* feat(static): add fuzzy search

* chore: add sitemap and footer
This commit is contained in:
Marc Seitz
2023-10-01 23:21:59 +02:00
committed by GitHub
parent 942f955d2c
commit 9342b4561c
14 changed files with 390 additions and 2 deletions

View File

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