Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzkauppila committed Oct 31, 2024
1 parent e5b8b7f commit f912bd8
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -68,7 +68,7 @@ export const config = {
matcher: [
{
source:
"/((?!api|_next/static|_next/image|.well_known|favicon.ico|public).*)",
"/((?!api|_next/static|_next/image|.well-known|favicon.ico|public).*)",
missing: [
{ type: "header", key: "next-router-prefetch" },
{ type: "header", key: "purpose", value: "prefetch" },
Expand Down

0 comments on commit f912bd8

Please sign in to comment.