Skip to content

Commit

Permalink
Fix zip extension
Browse files Browse the repository at this point in the history
  • Loading branch information
oktapodia authored Jan 2, 2025
1 parent e7198dc commit 32f0ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export function middleware(request: NextRequest) {
// Applies this middleware only to specific paths
export const config = {
matcher:
'/((?!api|static|_next|favicon\\.ico|.*\\.(?:png|jp?eg|gif|webp|svg|ico|xml|txt|riv)).*)',
'/((?!api|static|_next|favicon\\.ico|.*\\.(?:png|jp?eg|gif|webp|svg|ico|xml|txt|zip|riv)).*)',
};

0 comments on commit 32f0ff5

Please sign in to comment.