mirror of
https://github.com/mfts/papermark.git
synced 2025-12-20 01:03:24 +08:00
updates for blog
This commit is contained in:
@@ -69,6 +69,8 @@ export default async function middleware(req: NextRequest, ev: NextFetchEvent) {
|
||||
!path.startsWith("/solutions") &&
|
||||
!path.startsWith("/investors") &&
|
||||
!path.startsWith("/blog") &&
|
||||
!path.startsWith("/help") &&
|
||||
!path.startsWith("/de") &&
|
||||
!path.startsWith("/view/")
|
||||
) {
|
||||
return AppMiddleware(req);
|
||||
|
||||
Reference in New Issue
Block a user