Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard committed Aug 11, 2024
2 parents 7db28dd + 54f2a91 commit 7c1914c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function i18nMiddleware(request: NextRequest) {
}

export async function middleware(request: NextRequest) {
if (request.nextUrl.pathname.startsWith('/api')) {
if (request.nextUrl.pathname.startsWith('/uploads')) {
return NextResponse.next();
}
if (
Expand Down

0 comments on commit 7c1914c

Please sign in to comment.