Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix: middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Oct 29, 2023
1 parent cc8c90a commit 9da4096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ acceptLanguage.languages(languages);
export const config = {
// matcher: '/:lng*'
matcher: [
"/((?!api|_next/static|_next/image|images|videos|assets|favicon.ico|logo.jpg|sw.js).*)",
"/((?!api|_next/static|_next/image|images|videos|assets|favicon.ico|logo.png|sw.js).*)",
{ source: "/" },
],
};
Expand Down

0 comments on commit 9da4096

Please sign in to comment.