mirror of
https://github.com/mfts/papermark.git
synced 2025-12-20 01:03:24 +08:00
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:
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user