Skip to content

Commit

Permalink
Fix api localized url
Browse files Browse the repository at this point in the history
  • Loading branch information
RobVermeer committed Nov 25, 2023
1 parent 652df6e commit 90e4b50
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 @@ -35,5 +35,5 @@ export default async function middleware(request: NextRequest) {
}

export const config = {
matcher: ["/((?!api|_next|_vercel|.*\\..*).*)"],
matcher: ["/((?!_next|_vercel|.*\\..*).*)"],
}

0 comments on commit 90e4b50

Please sign in to comment.