Skip to content

Commit

Permalink
Enabled middleware for _next/static
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Dec 21, 2023
1 parent bbf78db commit 7042b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export function middleware(request: NextRequest) {

// See "Matching Paths" below to learn more
export const config = {
matcher: "/((?!api|_next/static|_next/image|favicon.ico).*)",
matcher: "/((?!api|favicon.ico).*)",
};

0 comments on commit 7042b5e

Please sign in to comment.