Skip to content

Commit

Permalink
fix: config 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Feb 21, 2024
1 parent 3b4a8c3 commit 9e82f4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ export const middleware = async (request: NextRequest) => {
return NextResponse.redirect(new URL('/', request.url));
}
};

export const config = {
matcher: ['/((?!api|_next/static|_next/image|favicon.ico).*)'],
};

0 comments on commit 9e82f4f

Please sign in to comment.