Skip to content

Commit

Permalink
fix/EPMGCIP-182/updated-middleware-matcher (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Siarhei Balonikau <[email protected]>
  • Loading branch information
gordoney and Siarhei Balonikau authored Dec 27, 2024
1 parent 8f91236 commit 77c60aa
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 @@ -5,5 +5,5 @@ import { routing } from './i18n/routing';
export default createMiddleware(routing);

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

0 comments on commit 77c60aa

Please sign in to comment.