Skip to content

Commit

Permalink
feat: update middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf committed Dec 17, 2023
1 parent 9c5bae7 commit 489e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ export async function middleware(request: NextRequest) {

export const config = {
matcher: [
'/((?!_next/static|_next/image|favicon.ico|logo.png|logo.svg|twitter-image.png|opengraph-image.png).*)',
'/((?!_next/static|_next/image|images|videos|favicon.ico|logo.png|logo.svg|twitter-image.png|opengraph-image.png).*)',
],
};

0 comments on commit 489e37b

Please sign in to comment.