Skip to content

Commit

Permalink
HOTFIX: add xml extension
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLightQP committed Nov 14, 2024
1 parent 5573a27 commit b69cd2b
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 @@ -14,6 +14,6 @@ export const config = {
* - favicon.ico (favicon file)
* Feel free to modify this pattern to include more paths.
*/
'/((?!_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp|txt)$).*)'
'/((?!_next/static|_next/image|favicon.ico|.*\\.(?:svg|png|jpg|jpeg|gif|webp|txt|xml)$).*)'
]
};

0 comments on commit b69cd2b

Please sign in to comment.